summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Edgecombe2020-08-17 22:23:11 +0100
committerGraham Edgecombe2020-08-17 22:23:11 +0100
commit813d8afc32aeccd9286fb503440a3a2699b609ce (patch)
tree2eea76e86f5f0925ce8c7358f2ed16f75c647cc8 /PKGBUILD
parent3ff57aeeda3bc0f23e6b22c27859158243158f4f (diff)
downloadaur-postgresql-uint.tar.gz
Update to 20200704
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dc4151cebc6..bfae66c871e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Graham Edgecombe <graham@grahamedgecombe.com>
pkgname=postgresql-uint
-pkgver=1.20160819
+pkgver=1.20200704
pkgrel=1
pkgdesc="Unsigned integer types extension for PostgreSQL"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/petere/pguint"
license=('unknown')
depends=('postgresql')
source=("https://github.com/petere/pguint/archive/$pkgver.tar.gz")
-md5sums=('c48ec190c69434c707e23f5250ad555c')
+md5sums=('a73a82525e36589c09f07718e12e8125')
build() {
cd "pguint-$pkgver"