summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-03-02 08:55:05 +1000
committerMark Blakeney2018-03-02 08:55:05 +1000
commit39dc750a2cf7457a126e2ee219754e565d631403 (patch)
tree087c2e699bf16dccf1459696d6b9b15080e9a823
parent9aaeca92549e4b6652a038fbb70b7c513088a138 (diff)
downloadaur-39dc750a2cf7457a126e2ee219754e565d631403.tar.gz
Update to 2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c5a882b8573..31cc5cafab2b 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.4.1
+ pkgver = 2.5
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.4.1.tar.gz::https://github.com/bulletmark/pacpush/archive/2.4.1.tar.gz
- md5sums = 99884b1cf7a95705c7cea79cb3380d07
+ source = pacpush-2.5.tar.gz::https://github.com/bulletmark/pacpush/archive/2.5.tar.gz
+ md5sums = 54a25208f667d2ad113439a1f6d7533f
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 0c35c5033078..a998c706753c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.4.1
+pkgver=2.5
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=('99884b1cf7a95705c7cea79cb3380d07')
+md5sums=('54a25208f667d2ad113439a1f6d7533f')
package() {
cd "$pkgname-$pkgver"