summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-02-15 09:59:50 +1000
committerMark Blakeney2022-02-15 09:59:50 +1000
commitf59fc0301c5fef439b34475ca077d0277f50d97c (patch)
tree5740fc23bfa3e60e330b05eda58181f10e9f0f5b
parenteb54c8d5904c8af0a0aae579ca2fc1e3d5fc7393 (diff)
downloadaur-f59fc0301c5fef439b34475ca077d0277f50d97c.tar.gz
Update to 2.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb045568dc00..4ff8de7ab6e0 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.11
+ pkgver = 2.12
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.11.tar.gz::https://github.com/bulletmark/pacpush/archive/2.11.tar.gz
- sha1sums = 27b597b9decb87dc5cb96f2e164d38408cf7144b
+ source = pacpush-2.12.tar.gz::https://github.com/bulletmark/pacpush/archive/2.12.tar.gz
+ sha1sums = 132d097df1e15b99792e4162bf1bb585f2feaca5
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index cbc7bb4aa499..3d0e3248ddae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.11
+pkgver=2.12
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=('27b597b9decb87dc5cb96f2e164d38408cf7144b')
+sha1sums=('132d097df1e15b99792e4162bf1bb585f2feaca5')
package() {
cd "$srcdir/$pkgname-$pkgver"