summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-22 21:00:57 +1000
committerMark Blakeney2023-10-22 21:00:57 +1000
commit6e5928ec46daabfd3da1a44b6e4f33d3d6d66e4b (patch)
tree635d633820968f22c822f37fc19a78e66ad2a234
parent5ae21f717aa4a2d61bfca1c7e55aa5ae6223f309 (diff)
downloadaur-6e5928ec46daabfd3da1a44b6e4f33d3d6d66e4b.tar.gz
Update to 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc5d0ff5dd1..5c92c651e133 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 = 3.2
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -17,7 +17,7 @@ pkgbase = pacpush
depends = python-platformdirs
depends = python-requests
depends = pyalpm
- source = pacpush-3.2.tar.gz::https://github.com/bulletmark/pacpush/archive/3.2.tar.gz
- sha1sums = 0d3ecf2e34869c804eed6a357b4e6ff00d37e59c
+ source = pacpush-3.2.1.tar.gz::https://github.com/bulletmark/pacpush/archive/3.2.1.tar.gz
+ sha1sums = d74e858c322fc86927a1c887c7a246cfb4acd8d9
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 9b574022d778..b453beb1bd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=3.2
+pkgver=3.2.1
pkgrel=1
pkgdesc="Utility to push an Arch hosts package and AUR caches to other hosts"
url="https://github.com/bulletmark/$pkgname"
@@ -11,7 +11,7 @@ depends=("python>=3.8" "rsync" "sudo" "openssh" "python-platformdirs"
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('0d3ecf2e34869c804eed6a357b4e6ff00d37e59c')
+sha1sums=('d74e858c322fc86927a1c887c7a246cfb4acd8d9')
build() {
cd "$srcdir/$pkgname-$pkgver"