summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-02-25 13:42:05 +1000
committerMark Blakeney2023-02-25 13:42:05 +1000
commitf6a153f325a943f7349062e8f54db4aae78d2e98 (patch)
tree6967ce7e70e48cbda1d2e70a09fae7b35dd9eeb6
parentb6d2e29e13f4cb641b2402bf3bd4d6848c1d050b (diff)
downloadaur-f6a153f325a943f7349062e8f54db4aae78d2e98.tar.gz
Update to 2.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37318df89a40..4fe8aff28381 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.21
+ pkgver = 2.22
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.21.tar.gz::https://github.com/bulletmark/pacpush/archive/2.21.tar.gz
- sha1sums = 4504bf3513d5af0a3ec440aecaf623dd502dce19
+ source = pacpush-2.22.tar.gz::https://github.com/bulletmark/pacpush/archive/2.22.tar.gz
+ sha1sums = bf89316d1a3963a085a0c3643e88063317c2c138
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 733b71a25af2..56b38e4b8fb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.21
+pkgver=2.22
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=('4504bf3513d5af0a3ec440aecaf623dd502dce19')
+sha1sums=('bf89316d1a3963a085a0c3643e88063317c2c138')
build() {
cd "$srcdir/$pkgname-$pkgver"