summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-23 07:53:00 +1000
committerMark Blakeney2023-10-23 07:53:00 +1000
commit49552ae8d8f80621c3d57ee059fd7daf4a3cda2f (patch)
tree74f0bae41575c4b2118e3a170b92b799d81ebc39
parent6e5928ec46daabfd3da1a44b6e4f33d3d6d66e4b (diff)
downloadaur-pacpush.tar.gz
Update to 3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c92c651e133..893b010206cd 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.1
+ pkgver = 3.2.2
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.1.tar.gz::https://github.com/bulletmark/pacpush/archive/3.2.1.tar.gz
- sha1sums = d74e858c322fc86927a1c887c7a246cfb4acd8d9
+ source = pacpush-3.2.2.tar.gz::https://github.com/bulletmark/pacpush/archive/3.2.2.tar.gz
+ sha1sums = 84cf1ef3ca7bd4848d76e9f33f3c0ec7d091a271
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index b453beb1bd89..3250963fa336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=3.2.1
+pkgver=3.2.2
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=('d74e858c322fc86927a1c887c7a246cfb4acd8d9')
+sha1sums=('84cf1ef3ca7bd4848d76e9f33f3c0ec7d091a271')
build() {
cd "$srcdir/$pkgname-$pkgver"