diff options
author | Det | 2015-12-29 04:22:14 +0200 |
---|---|---|
committer | Det | 2015-12-29 04:22:14 +0200 |
commit | 3305ffa4c3d3692cab86b364586d252764770378 (patch) | |
tree | 4a9761a86e54dae3077085f285363996f4e2a95d | |
parent | b4c0970b909dc348db686670988c71872e0c1697 (diff) | |
download | aur-3305ffa4c3d3692cab86b364586d252764770378.tar.gz |
Again
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ pkgbase = npapi-vlc-git provides = npapi-vlc=2.2.1.95.r1444.gd5accd8 conflicts = npapi-vlc options = !libtool - source = git+https://code.videolan.org/videolan/npapi-vlc/npapi-vlc.git + source = git+https://code.videolan.org/videolan/npapi-vlc.git md5sums = SKIP pkgname = npapi-vlc-git @@ -14,7 +14,7 @@ makedepends=('git' 'gtk2' 'npapi-sdk') provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") options=('!libtool') -source=("git+$url/$_pkgname.git") +source=("git+${url}.git") md5sums=('SKIP') pkgver() { |