summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-02-25 14:13:34 +1000
committerMark Blakeney2023-02-25 14:13:34 +1000
commit36557e8c3f92b8a3e2afb7bad2fb69693119c2a4 (patch)
tree0b588eab0e28ae84693306ab9e34fa4e0e4d2e1a
parentf6a153f325a943f7349062e8f54db4aae78d2e98 (diff)
downloadaur-36557e8c3f92b8a3e2afb7bad2fb69693119c2a4.tar.gz
Update to 2.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe8aff28381..7bba4c84f0cb 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.22
+ pkgver = 2.23
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -17,7 +17,7 @@ pkgbase = pacpush
depends = python-ruamel-yaml
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.22.tar.gz::https://github.com/bulletmark/pacpush/archive/2.22.tar.gz
- sha1sums = bf89316d1a3963a085a0c3643e88063317c2c138
+ source = pacpush-2.23.tar.gz::https://github.com/bulletmark/pacpush/archive/2.23.tar.gz
+ sha1sums = 112470f31ccd6de79fe52b067c46d601ca140903
pkgname = pacpush
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"