summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheAssassin2018-04-25 03:26:12 +0200
committerTheAssassin2018-04-25 03:26:12 +0200
commit4d72e9f26984877decd233aacf68b5dbdd85e3dc (patch)
tree9a30cb53e01824ce0843acb6611d0c192da9ee2c
parent7d38526a8161f87157e69ebe892099f2964be8cf (diff)
downloadaur-4d72e9f26984877decd233aacf68b5dbdd85e3dc.tar.gz
Use continuous tag
master branch builds might fail for users, but the continuous tag which is created while uploading the packages to GitHub's release page is known to work. Therefore we should have users use this tag instead of the master branch.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f663d03e6267..c737741b89ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/TheAssassin/AppImageLauncher"
license=('MIT')
depends=('qt5-base' 'fuse' 'cairo' 'binutils' 'desktop-file-utils' 'shared-mime-info' 'inotify-tools' 'libarchive')
makedepends=('git' 'cmake' 'wget' 'vim')
-source=("git://github.com/TheAssassin/$_pkgname")
+source=("git://github.com/TheAssassin/$_pkgname#tag=continuous")
sha256sums=('SKIP')
pkgver() {