summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-03-09 10:13:29 +1000
committerMark Blakeney2018-03-09 10:13:29 +1000
commita8e2924fd34e63ed129f2579086435ac06ca56a1 (patch)
tree0a0d27ec69aa0bdcc0aafe39b19bcd1479ba3ba5
parentbbd50a75d076c8fece0775d90401d328dc8ba377 (diff)
downloadaur-a8e2924fd34e63ed129f2579086435ac06ca56a1.tar.gz
Update to 2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc9d83619bb..1463fdd79c1a 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.5.1
+ pkgver = 2.6
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.5.1.tar.gz::https://github.com/bulletmark/pacpush/archive/2.5.1.tar.gz
- md5sums = 659eb2656f55e3a83ed90fd81d68a570
+ source = pacpush-2.6.tar.gz::https://github.com/bulletmark/pacpush/archive/2.6.tar.gz
+ md5sums = 6baa6c7819d52f1da255a7736e47fa04
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 89f56601de0c..c631a73513b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.5.1
+pkgver=2.6
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" "python-requests" "python-ruamel-yaml
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-md5sums=('659eb2656f55e3a83ed90fd81d68a570')
+md5sums=('6baa6c7819d52f1da255a7736e47fa04')
package() {
cd "$pkgname-$pkgver"