community/postgresql-sequential-uuids: upgrade to 1.0.2

This commit is contained in:
J0WI 2023-04-15 20:01:30 +00:00 committed by psykose
parent 1e59eb9ca9
commit 1744e18352

View File

@ -2,17 +2,15 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=postgresql-sequential-uuids
_projname=sequential-uuids
pkgver=1.0.1
# Upstream doesn't use tags yet (https://github.com/tvondra/sequential-uuids/issues/7).
_gitrev=665d5b18d17d9f3922b17facadedbcd8aefe1524
pkgrel=4
pkgver=1.0.2
pkgrel=0
pkgdesc="Generator of sequential UUIDs for PostgreSQL"
url="https://github.com/tvondra/sequential-uuids"
arch="all"
license="MIT"
makedepends="postgresql-dev"
source="https://github.com/tvondra/sequential-uuids/archive/$_gitrev/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_projname-$_gitrev"
source="$pkgname-$pkgver.tar.gz::https://github.com/tvondra/sequential-uuids/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_projname-$pkgver"
options="!check" # no tests provided
build() {
@ -25,4 +23,6 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="38818b815b9f2c23dde717f4efcc76a933d5cccf4da5a674d8ad72d0a92a9482e3f0286cb51e193dc0ff2d36b5b284154b7ce55126e5d07e9a9b4bad7c078bc7 postgresql-sequential-uuids-1.0.1.tar.gz"
sha512sums="
8329532da047f94cd729607c826729fa27eaeb25b02b0685bdf24167993341ef497aec990e8b161d2117031fab0e7fa0198636b631a02053cbcb41d3a65e012d postgresql-sequential-uuids-1.0.2.tar.gz
"