summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWüstengecko2018-11-06 01:52:17 +0100
committerWüstengecko2018-11-06 01:52:17 +0100
commit275619e3fa76442968f494a16274089a6e15093e (patch)
tree97501fb1e9b57e105f97a6d042b1dfd340d91292
parentfd4cbeed303a50347aa996b43402435b6b1c6ab3 (diff)
downloadaur-275619e3fa76442968f494a16274089a6e15093e.tar.gz
Reference fixed tags instead of latest git head
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13606f4606cf..7cfe7288d60d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,8 +16,8 @@ pkgbase = doorpi
optdepends = python-raspberry-gpio: Use GPIO header as event sources / actors
options = !strip
backup = etc/doorpi/doorpi.ini
- source = doorpi::git+file:///home/wuestengecko/Programme/devspace/doorpi
- source = doorpiweb::git+file:///home/wuestengecko/Programme/devspace/doorpiweb
+ source = doorpi::git+https://github.com/Wuestengecko/DoorPi.git#tag=v3.0beta1
+ source = doorpiweb::git+https://github.com/Wuestengecko/DoorPiWeb.git#tag=v3.0beta1
source = doorpi.ini
source = 0001-disable-gpio-group.diff
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 36dc8803bc9c..75e046de3d2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,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"
- "doorpiweb::git+https://github.com/Wuestengecko/DoorPiWeb.git"
+source=("doorpi::git+https://github.com/Wuestengecko/DoorPi.git#tag=v3.0beta1"
+ "doorpiweb::git+https://github.com/Wuestengecko/DoorPiWeb.git#tag=v3.0beta1"
"doorpi.ini"
"0001-disable-gpio-group.diff")
md5sums=('SKIP'