diff options
author | nulogicsystems | 2018-04-24 15:29:15 -0400 |
---|---|---|
committer | nulogicsystems | 2018-04-24 15:29:15 -0400 |
commit | e17c5c0bd396f800d8da1b4ebfb7b1164288179a (patch) | |
tree | c0fdf50e11773940c58b917b544e93c79af886bd /PKGBUILD | |
parent | 4d20ce988c5e9ca2ef6a71cb77af061b55765646 (diff) | |
download | aur-e17c5c0bd396f800d8da1b4ebfb7b1164288179a.tar.gz |
Update Source
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |