summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredtide2021-02-23 21:40:39 +0100
committerredtide2021-02-23 21:40:39 +0100
commitb094c7feeec0a15bb8d0cc0d7adf74a827f3df13 (patch)
tree5e4ab5ca7a478c0a1bf33c483a40f47ce279881d /PKGBUILD
parenta4fbd51790af33bfad9212118d75eae51997cb0d (diff)
downloadaur-b094c7feeec0a15bb8d0cc0d7adf74a827f3df13.tar.gz
Updated upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e1461a4b4b1..f3ff2301650e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
prjname=jacksettings
pkgname=${prjname}-git
-pkgver=r36.3e4500c
+pkgver=r44.3851e3a
pkgrel=1
pkgdesc="JACK settings using jackd via systemd"
-url="https://github.com/azdrums/${prjname}"
+url="https://github.com/redtide/${prjname}"
arch=('x86_64')
license=('GPL2')
depends=('qt5-base' 'jack2')
@@ -13,10 +13,10 @@ optdepends=('a2jmidid: A daemon for exposing legacy ALSA sequencer applications
makedepends=('git')
provides=('jacksettings')
conflicts=('jacksettings')
-source=("${pkgname}"::"git+https://github.com/azdrums/${prjname}.git")
+source=("${pkgname}"::"git+https://github.com/redtide/${prjname}.git")
md5sums=('SKIP')
pkgver() {
- cd "$pkgname"
+ cd "${pkgname}"
( set -o pipefail
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"