summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2018-02-04 07:56:31 +1000
committerMark Blakeney2018-02-04 07:56:31 +1000
commitaca7961db134268ea7bbe430a4dd3033506afbec (patch)
treeb06615272e988c940d32c04ce8486a6957e8456b /PKGBUILD
parent0b72232bc4cce01f99ee04cc0a5e501259df32fb (diff)
downloadaur-aca7961db134268ea7bbe430a4dd3033506afbec.tar.gz
Update to 2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"