summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-10-12 08:08:14 +1000
committerMark Blakeney2018-10-12 08:08:14 +1000
commitb53f37fa01f04d6f9da5569609aceebadb4424ca (patch)
treed7fee6e5bc5f93876e4bbfffa0c9d10001a0b49c
parent2d790fac4bc818813a3243fa717c0bc0d434ff4c (diff)
downloadaur-b53f37fa01f04d6f9da5569609aceebadb4424ca.tar.gz
Update to 2.7.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67573ca75f17..1fbd65c7f0d6 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.7.5
+ pkgdesc = Utility to push an Arch hosts package and AUR caches to other hosts
+ pkgver = 2.7.6
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -15,8 +15,8 @@ pkgbase = pacpush
conflicts = pacsync
replaces = pacsync
backup = etc/pacpush.conf
- source = pacpush-2.7.5.tar.gz::https://github.com/bulletmark/pacpush/archive/2.7.5.tar.gz
- sha1sums = 602750930abea55290e33e2c4d67915a3a9f3514
+ source = pacpush-2.7.6.tar.gz::https://github.com/bulletmark/pacpush/archive/2.7.6.tar.gz
+ sha1sums = 1ecf84e90baa2c37ba8a25beebe6109df00096bd
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 2225456a364f..ccfa37317f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.7.5
+pkgver=2.7.6
pkgrel=1
-pkgdesc="Utility to push an Arch host\'s package and AUR caches to other hosts. Previously named pacsync"
+pkgdesc="Utility to push an Arch hosts package and AUR caches to other hosts"
url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
@@ -12,7 +12,7 @@ makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('602750930abea55290e33e2c4d67915a3a9f3514')
+sha1sums=('1ecf84e90baa2c37ba8a25beebe6109df00096bd')
package() {
cd "$pkgname-$pkgver"