summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAJSlye2018-04-24 21:49:12 -0400
committerAJSlye2018-04-24 21:49:12 -0400
commit985421ba38843e7dfb47cf18143086f32620ba4c (patch)
tree97edf0962c33937fc84ca3958874c29a6b956259
parent4d72e9f26984877decd233aacf68b5dbdd85e3dc (diff)
downloadaur-985421ba38843e7dfb47cf18143086f32620ba4c.tar.gz
fix for version and srcinfo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946ad73b53af..b102967b5e32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appimagelauncher-git
pkgdesc = A Helper application for running and integrating AppImages.
- pkgver = 1alpha+git20180424.6eac993
+ pkgver = 1alpha+git20180424.77b0f08
pkgrel = 1
url = https://github.com/TheAssassin/AppImageLauncher
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = appimagelauncher-git
depends = shared-mime-info
depends = inotify-tools
depends = libarchive
- source = git://github.com/TheAssassin/AppImageLauncher
+ source = git://github.com/TheAssassin/AppImageLauncher#tag=continuous
sha256sums = SKIP
pkgname = appimagelauncher-git
diff --git a/PKGBUILD b/PKGBUILD
index c737741b89ce..7142175dcdaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=AppImageLauncher
pkgname=appimagelauncher-git
-pkgver=1alpha+git20180424.6eac993
+pkgver=1alpha+git20180424.77b0f08
pkgrel=1
pkgdesc="A Helper application for running and integrating AppImages."
arch=('x86_64')