summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-11-23 16:06:13 +1000
committerMark Blakeney2022-11-23 16:06:13 +1000
commitf32a32478b41c90f86b1cbeeb0718a59cb9e5acc (patch)
tree2ad25fec315650bc96414440e79f25148305f3cb
parent0f081ad8a6cbb8c6988c2def8fcb44688ef5621b (diff)
downloadaur-f32a32478b41c90f86b1cbeeb0718a59cb9e5acc.tar.gz
Update to 2.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffaa5f03c9e..3b81cbdc0bc8 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.18
+ pkgver = 2.19
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -18,7 +18,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.18.tar.gz::https://github.com/bulletmark/pacpush/archive/2.18.tar.gz
- sha1sums = 5a332e7fd0c1c5a126399f94c2e714a063686ac5
+ source = pacpush-2.19.tar.gz::https://github.com/bulletmark/pacpush/archive/2.19.tar.gz
+ sha1sums = 76e48a49f681e0f16efe21fd3cb60ff030f09324
pkgname = pacpush
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"