summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-02-13 07:48:28 +1000
committerMark Blakeney2018-02-13 07:48:28 +1000
commitf2e1de6f459486229b1f341af763abad7b83a0ba (patch)
treef32a7bac62fd07775f3dc98c3ac875689fb1597b
parent60a22b227a7a735c4a641fe637a3f5279313248a (diff)
downloadaur-f2e1de6f459486229b1f341af763abad7b83a0ba.tar.gz
Update to 2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c30162e69494..113e5d468f52 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.3.4
+ pkgver = 2.4
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.3.4.tar.gz::https://github.com/bulletmark/pacpush/archive/2.3.4.tar.gz
- md5sums = 9e4f151370fe280495fce77e77391045
+ source = pacpush-2.4.tar.gz::https://github.com/bulletmark/pacpush/archive/2.4.tar.gz
+ md5sums = 723d3c336886064ff70eeef63541cba8
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index fd46d7c8c91e..595d09e432f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.3.4
+pkgver=2.4
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=('9e4f151370fe280495fce77e77391045')
+md5sums=('723d3c336886064ff70eeef63541cba8')
package() {
cd "$pkgname-$pkgver"