summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWüstengecko2018-11-07 01:52:48 +0100
committerWüstengecko2018-11-07 01:52:48 +0100
commit1bcdf5ab9df981e624d2cf8e0c6d1d055f4e7bfe (patch)
treea63d449a3f901b67e3087c82f8d3a6327b3d68b8
parent90e5115845d7e2ee1725a50451be3f4280b5b1c6 (diff)
downloadaur-1bcdf5ab9df981e624d2cf8e0c6d1d055f4e7bfe.tar.gz
Reuse $pkgver in sources array
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd557bc90096..9d707a403d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ optdepends=('python-piface: Use Piface pins as event sources / actors'
backup=('etc/doorpi/doorpi.ini')
# there aren't any binaries that could be stripped; skip searching for them
options=(!strip)
-source=("doorpi::git+https://github.com/Wuestengecko/DoorPi.git#tag=v3.0beta1"
- "doorpiweb::git+https://github.com/Wuestengecko/DoorPiWeb.git#tag=v3.0beta1"
+source=("doorpi::git+https://github.com/Wuestengecko/DoorPi.git#tag=v${pkgver%.r*}"
+ "doorpiweb::git+https://github.com/Wuestengecko/DoorPiWeb.git#tag=v${pkgver%.r*}"
"doorpi.ini"
"0001-disable-gpio-group.diff")
md5sums=('SKIP'