summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-08-11 16:55:57 +1000
committerMark Blakeney2022-08-11 16:55:57 +1000
commitaf62caf0eacb34be9ac82eb2b97382af11e1f323 (patch)
tree43ade5a41a3c492a69541035d1f88174e1dc8a33
parent4a040c5d639767f2b879d6d96728f9ee56fecb4e (diff)
downloadaur-af62caf0eacb34be9ac82eb2b97382af11e1f323.tar.gz
Update to 2.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d693d4a2fa43..06ea201ef68c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacpush
pkgdesc = Utility to push an Arch hosts package and AUR caches to other hosts
- pkgver = 2.15
+ pkgver = 2.16
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -17,7 +17,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.15.tar.gz::https://github.com/bulletmark/pacpush/archive/2.15.tar.gz
- sha1sums = e8ba22cd5ede7964bfd18d884c9a5bdc9c46a683
+ source = pacpush-2.16.tar.gz::https://github.com/bulletmark/pacpush/archive/2.16.tar.gz
+ sha1sums = 84f7c6a0b4130f08057112e766ff02ad548391a0
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 6fd58b2df1fe..ab6b31521bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.15
+pkgver=2.16
pkgrel=1
pkgdesc="Utility to push an Arch hosts package and AUR caches to other hosts"
url="https://github.com/bulletmark/$pkgname"
@@ -12,7 +12,7 @@ makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('e8ba22cd5ede7964bfd18d884c9a5bdc9c46a683')
+sha1sums=('84f7c6a0b4130f08057112e766ff02ad548391a0')
package() {
cd "$srcdir/$pkgname-$pkgver"