summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-04-25 11:04:05 +1000
committerMark Blakeney2022-04-25 11:04:05 +1000
commit0d14d55f9595b533219d3b95f2bdd095a3d0bed1 (patch)
tree9a1972084950d0ab59b27e9844cb3f5f56104560
parentdebcbdae129d2f9000b896e1a40ca018a5eb58dc (diff)
downloadaur-0d14d55f9595b533219d3b95f2bdd095a3d0bed1.tar.gz
Update to 2.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c303550d2bf..33802d8d0841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacpush
pkgdesc = Utility to push an Arch hosts package and AUR caches to other hosts
- pkgver = 2.13
+ pkgver = 2.14
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -17,7 +17,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.13.tar.gz::https://github.com/bulletmark/pacpush/archive/2.13.tar.gz
- sha1sums = 4c165b2eeda4cddbfd9174296294b57df9f7aa08
+ source = pacpush-2.14.tar.gz::https://github.com/bulletmark/pacpush/archive/2.14.tar.gz
+ sha1sums = c62d221b3d2dfefd7a1455d2572c3ea9a72536c4
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 8309d5ae2248..da519a6dcae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.13
+pkgver=2.14
pkgrel=1
pkgdesc="Utility to push an Arch hosts package and AUR caches to other hosts"
url="https://github.com/bulletmark/$pkgname"
@@ -12,7 +12,7 @@ makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('4c165b2eeda4cddbfd9174296294b57df9f7aa08')
+sha1sums=('c62d221b3d2dfefd7a1455d2572c3ea9a72536c4')
package() {
cd "$srcdir/$pkgname-$pkgver"