summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Theotokatos2016-03-04 22:22:37 +0200
committerAlex Theotokatos2016-03-04 22:22:37 +0200
commitbd21eb246d5c5d150abebdd26e392aee77fde310 (patch)
tree2e39598029d854a43e1e8ec90bd1c636e09e1a3d
parentfff02ae01270f079874dcae5d3c5158fafbaedf0 (diff)
downloadaur-sandfox.tar.gz
Update PKGBUILD with the original. Fixed url array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e62c1dc17c25..c781d9e28655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 738a8bbe5186..a10701d17f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {