summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-11-23 16:06:13 +1000
committerMark Blakeney2022-11-23 16:06:13 +1000
commitf32a32478b41c90f86b1cbeeb0718a59cb9e5acc (patch)
tree2ad25fec315650bc96414440e79f25148305f3cb /PKGBUILD
parent0f081ad8a6cbb8c6988c2def8fcb44688ef5621b (diff)
downloadaur-f32a32478b41c90f86b1cbeeb0718a59cb9e5acc.tar.gz
Update to 2.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d6271488a7e..3f7f3253a591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.18
+pkgver=2.19
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=('5a332e7fd0c1c5a126399f94c2e714a063686ac5')
+sha1sums=('76e48a49f681e0f16efe21fd3cb60ff030f09324')
build() {
cd "$srcdir/$pkgname-$pkgver"