diff options
author | Alex Theotokatos | 2016-03-04 22:22:37 +0200 |
---|---|---|
committer | Alex Theotokatos | 2016-03-04 22:22:37 +0200 |
commit | bd21eb246d5c5d150abebdd26e392aee77fde310 (patch) | |
tree | 2e39598029d854a43e1e8ec90bd1c636e09e1a3d | |
parent | fff02ae01270f079874dcae5d3c5158fafbaedf0 (diff) | |
download | aur-sandfox.tar.gz |
Update PKGBUILD with the original. Fixed url array
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Fri Mar 4 20:19:01 UTC 2016 pkgbase = sandfox pkgdesc = Runs Firefox and other apps in a sandbox with limited access to the filesystem - pkgver = 20131104 + pkgver = 20131018 pkgrel = 1 url = http://igurublog.wordpress.com/downloads/script-sandfox/ arch = any @@ -1,13 +1,12 @@ # Maintainer: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ pkgname=sandfox -pkgver=20131104 +pkgver=20131018 pkgrel=1 -pkgdesc="Runs Firefox and other apps in a sandbox with limited -access to the filesystem" +pkgdesc="Runs Firefox and other apps in a sandbox with limited access to the filesystem" arch=(any) license=('GPL3') -url=("http://igurublog.wordpress.com/downloads/script-$pkgname/") +url="http://igurublog.wordpress.com/downloads/script-$pkgname/" depends=('inotify-tools') makedepends=('git') source=('git://github.com/IgnorantGuru/sandfox.git') @@ -15,6 +14,7 @@ md5sums=('SKIP') pkgver() { cd "$pkgname" + git describe --always | sed 's|-|.|g' } package() { |