summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-10-23 11:57:51 +1000
committerMark Blakeney2022-10-23 11:57:51 +1000
commit27856c1a1d541d6eef309a446a32e9d18126cb80 (patch)
tree85dd1102054223ece0b3b4e94811145ddef660ed
parent88ac8a4f254d231836be8be2c96544d8a9742ca4 (diff)
downloadaur-27856c1a1d541d6eef309a446a32e9d18126cb80.tar.gz
Update to 2.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d4cde8885c..2662a8d0bb9c 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.16
+ pkgver = 2.17
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -19,7 +19,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.16.tar.gz::https://github.com/bulletmark/pacpush/archive/2.16.tar.gz
- sha1sums = 84f7c6a0b4130f08057112e766ff02ad548391a0
+ source = pacpush-2.17.tar.gz::https://github.com/bulletmark/pacpush/archive/2.17.tar.gz
+ sha1sums = df28db402207c610b978399c89e0bfbbe0b35ed6
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 0f0c56415869..c4a468dcf2e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.16
+pkgver=2.17
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=('84f7c6a0b4130f08057112e766ff02ad548391a0')
+sha1sums=('df28db402207c610b978399c89e0bfbbe0b35ed6')
build() {
cd "$srcdir/$pkgname-$pkgver"