summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2023-02-25 14:13:34 +1000
committerMark Blakeney2023-02-25 14:13:34 +1000
commit36557e8c3f92b8a3e2afb7bad2fb69693119c2a4 (patch)
tree0b588eab0e28ae84693306ab9e34fa4e0e4d2e1a /PKGBUILD
parentf6a153f325a943f7349062e8f54db4aae78d2e98 (diff)
downloadaur-36557e8c3f92b8a3e2afb7bad2fb69693119c2a4.tar.gz
Update to 2.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56b38e4b8fb1..4bb1aa4c85fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.22
+pkgver=2.23
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-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('bf89316d1a3963a085a0c3643e88063317c2c138')
+sha1sums=('112470f31ccd6de79fe52b067c46d601ca140903')
build() {
cd "$srcdir/$pkgname-$pkgver"