summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornulogicsystems2018-04-24 15:29:15 -0400
committernulogicsystems2018-04-24 15:29:15 -0400
commite17c5c0bd396f800d8da1b4ebfb7b1164288179a (patch)
treec0fdf50e11773940c58b917b544e93c79af886bd
parent4d20ce988c5e9ca2ef6a71cb77af061b55765646 (diff)
downloadaur-e17c5c0bd396f800d8da1b4ebfb7b1164288179a.tar.gz
Update Source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de04544ef3a0..946ad73b53af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appimagelauncher-git
pkgdesc = A Helper application for running and integrating AppImages.
- pkgver = 1alpha+git20180413.08ff6b8
+ pkgver = 1alpha+git20180424.6eac993
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 = AppImageLauncher::git+https://github.com/TheAssassin/AppImageLauncher
+ source = git://github.com/TheAssassin/AppImageLauncher
sha256sums = SKIP
pkgname = appimagelauncher-git
diff --git a/PKGBUILD b/PKGBUILD
index 381686bde215..d729037ce261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=AppImageLauncher
pkgname=appimagelauncher-git
-pkgver=1alpha+git20180413.08ff6b8
+pkgver=1alpha+git20180424.6eac993
pkgrel=1
pkgdesc="A Helper application for running and integrating AppImages."
arch=('x86_64')
@@ -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=("$_pkgname::git+https://github.com/TheAssassin/$_pkgname")
+source=("git://github.com/TheAssassin/$_pkgname")
sha256sums=('SKIP')
pkgver() {