summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2018-02-03 19:30:11 -0800
committerpyamsoft2018-02-03 19:30:11 -0800
commitc87312b77f15e9d4df8807af0c548bfc7264eb13 (patch)
treeeea91f14f43eacfcc442655f1f54f997d86b131e
parent9cd56c6abb14876c8b40c452383dede8caff96c0 (diff)
downloadaur-c87312b77f15e9d4df8807af0c548bfc7264eb13.tar.gz
Update to latest git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79275a48407..819335f641b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ipwaiter-git
pkgdesc = ipwaiter serves iptables
- pkgver = r11.8acfdf3
+ pkgver = r24.56c5b83
pkgrel = 1
- url = https://github.com/pyamsoft/ipwaiter.git
+ url = https://github.com/pyamsoft/ipwaiter
arch = any
license = GPLv2
makedepends = git
depends = iptables
provides = ipwaiter
conflicts = ipwaiter
- source = ipwaiter::git+https://github.com/pyamsoft/ipwaiter.git#branch=master
+ source = ipwaiter::git+https://github.com/pyamsoft/ipwaiter
sha256sums = SKIP
pkgname = ipwaiter-git
diff --git a/PKGBUILD b/PKGBUILD
index b0a834b07a7c..491bd62a34d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=ipwaiter-git
# shellcheck disable=SC2034
pkgdesc="ipwaiter serves iptables"
# shellcheck disable=SC2034
-pkgver=r11.8acfdf3
+pkgver=r24.56c5b83
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -25,7 +25,7 @@ provides=('ipwaiter')
conflicts=('ipwaiter')
# shellcheck disable=SC2034
license=('GPLv2')
-url="https://github.com/pyamsoft/ipwaiter.git"
+url="https://github.com/pyamsoft/ipwaiter"
##
# The SHA256 is constantly changing since this is
@@ -34,7 +34,7 @@ url="https://github.com/pyamsoft/ipwaiter.git"
# shellcheck disable=SC2034
sha256sums=('SKIP')
# shellcheck disable=SC2034
-source=("${_gitname}::git+${url}#branch=master")
+source=("${_gitname}::git+${url}")
###############################################################################