summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-02-04 07:56:31 +1000
committerMark Blakeney2018-02-04 07:56:31 +1000
commitaca7961db134268ea7bbe430a4dd3033506afbec (patch)
treeb06615272e988c940d32c04ce8486a6957e8456b
parent0b72232bc4cce01f99ee04cc0a5e501259df32fb (diff)
downloadaur-aca7961db134268ea7bbe430a4dd3033506afbec.tar.gz
Update to 2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a409a9e5e2c7..5b8cda55551c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacpush
pkgdesc = Utility to push an Arch host's package and AUR caches to other hosts. Previously named pacsync.
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -14,8 +14,8 @@ pkgbase = pacpush
conflicts = pacsync
replaces = pacsync
backup = etc/pacpush.conf
- source = pacpush-2.1.tar.gz::https://github.com/bulletmark/pacpush/archive/2.1.tar.gz
- md5sums = 7a101a195e1f326693147754a5f480db
+ source = pacpush-2.2.tar.gz::https://github.com/bulletmark/pacpush/archive/2.2.tar.gz
+ md5sums = 652d89088089888b5d0c79e569c19080
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 3b68058a69c9..d12c7724a833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc="Utility to push an Arch host's package and AUR caches to other hosts. Previously named pacsync."
url="https://github.com/bulletmark/$pkgname"
@@ -11,7 +11,7 @@ depends=("python" "rsync" "sudo" "openssh" "cower" "python-ruamel-yaml")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-md5sums=('7a101a195e1f326693147754a5f480db')
+md5sums=('652d89088089888b5d0c79e569c19080')
package() {
cd "$pkgname-$pkgver"