blob: fcfaf9265a3be41c3e130b7244a21f5dc917087e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = pg_uuidv7
pkgdesc = A tiny Postgres extension to create valid version 7 UUIDs in Postgres.
pkgver = 1.6.0
pkgrel = 1
url = https://github.com/fboulnois/pg_uuidv7
install = package.install
arch = any
license = MPL2
makedepends = postgresql-libs
depends = postgresql
source = https://github.com/fboulnois/pg_uuidv7/archive/refs/tags/v1.6.0.tar.gz
sha256sums = 0fa6c710929d003f6ce276a7de7a864e9d1667b2d78be3dc2c07f2409eb55867
pkgname = pg_uuidv7
|