summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-12-29 16:06:59 +1000
committerMark Blakeney2022-12-29 16:06:59 +1000
commit961deae74d02d752c3bdfc3c92bd5665d168e59f (patch)
tree84906d7087d41ba08c952a67bc8f345d080e1eeb
parentf32a32478b41c90f86b1cbeeb0718a59cb9e5acc (diff)
downloadaur-961deae74d02d752c3bdfc3c92bd5665d168e59f.tar.gz
Update to 2.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b81cbdc0bc8..c1253ef32a58 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.19
+ pkgver = 2.20
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -18,7 +18,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.19.tar.gz::https://github.com/bulletmark/pacpush/archive/2.19.tar.gz
- sha1sums = 76e48a49f681e0f16efe21fd3cb60ff030f09324
+ source = pacpush-2.20.tar.gz::https://github.com/bulletmark/pacpush/archive/2.20.tar.gz
+ sha1sums = 7fc91b1dafa6e9c896a0b08413c43c27cfbc002c
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 3f7f3253a591..62c718a040e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.19
+pkgver=2.20
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=('76e48a49f681e0f16efe21fd3cb60ff030f09324')
+sha1sums=('7fc91b1dafa6e9c896a0b08413c43c27cfbc002c')
build() {
cd "$srcdir/$pkgname-$pkgver"