summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-02-15 10:05:38 +1000
committerMark Blakeney2022-02-15 10:05:38 +1000
commit549789fb3e7446ac70bde7df31523366a015d39c (patch)
tree40074891a809ace2692c61763a81335946ddc027
parentf59fc0301c5fef439b34475ca077d0277f50d97c (diff)
downloadaur-549789fb3e7446ac70bde7df31523366a015d39c.tar.gz
Update to 2.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff8de7ab6e0..80e96ac4da4a 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.12
+ pkgver = 2.12.1
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -17,7 +17,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.12.tar.gz::https://github.com/bulletmark/pacpush/archive/2.12.tar.gz
- sha1sums = 132d097df1e15b99792e4162bf1bb585f2feaca5
+ source = pacpush-2.12.1.tar.gz::https://github.com/bulletmark/pacpush/archive/2.12.1.tar.gz
+ sha1sums = 46831a460ac2df6569e396aaf087d38a7460d86e
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 3d0e3248ddae..a9c61ba1a977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.12
+pkgver=2.12.1
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-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('132d097df1e15b99792e4162bf1bb585f2feaca5')
+sha1sums=('46831a460ac2df6569e396aaf087d38a7460d86e')
package() {
cd "$srcdir/$pkgname-$pkgver"