summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-21 15:51:52 +1000
committerMark Blakeney2023-10-21 15:51:52 +1000
commitef586bde3b835dd65fb055c87619b9bda832553a (patch)
treef8fef962a75e4734a62c63c59c0414671c36983a
parent202e13b9a7577c1ad66df1d1d5e9159e42a54616 (diff)
downloadaur-ef586bde3b835dd65fb055c87619b9bda832553a.tar.gz
Update to 3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f2bf45a803..1045f3eea9fa 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.0
+ pkgver = 3.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.0.tar.gz::https://github.com/bulletmark/pacpush/archive/3.0.tar.gz
- sha1sums = 9fdca00bc5e46e7b790bee86f70c5346f3ef93fb
+ source = pacpush-3.1.tar.gz::https://github.com/bulletmark/pacpush/archive/3.1.tar.gz
+ sha1sums = 8863f454ab2714cf6f577463ee8f28f404d92b46
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 2d36339e396e..4cdd80606261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=3.0
+pkgver=3.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.10" "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=('9fdca00bc5e46e7b790bee86f70c5346f3ef93fb')
+sha1sums=('8863f454ab2714cf6f577463ee8f28f404d92b46')
build() {
cd "$srcdir/$pkgname-$pkgver"