summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantin Lorenz2016-12-18 11:10:02 +0100
committerConstantin Lorenz2016-12-18 11:10:02 +0100
commita751dc571e037eac83d6c3c233e2b7295c14961d (patch)
tree82ba0e7a989e4eb6e289eb4ccc54d4719f110d77
parent06ec5356ff269b44676656cdfaca9272d5e96b4c (diff)
downloadaur-a751dc571e037eac83d6c3c233e2b7295c14961d.tar.gz
Fixed versioning
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11b442ca829f..53c4a6bfa192 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 18 09:35:21 UTC 2016
+# Sun Dec 18 10:09:58 UTC 2016
pkgbase = sandboxed-tor-browser
- pkgdesc = A sandboxed version of the Tor Browser
- pkgver = rsandboxed.tor.browser.0.0.2.r7.f2ae16ar279.f2ae16ar.r
+ pkgdesc = A sandboxed version of the Tor Browser, currently in alpha!
+ pkgver = 0.0.2.r14.g99496ed
pkgrel = 1
url = https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Sandbox/Linux
arch = i686
@@ -23,7 +23,7 @@ pkgbase = sandboxed-tor-browser
source = sandboxed-tor-browser.desktop
source = sandboxed-tor-browser.png
md5sums = SKIP
- md5sums = cd73382f4094a1bca36ed0cae29673ee
+ md5sums = 49042133dbfad9f06df48c934dc123e6
md5sums = 494afbfa60fb4ce21840244cc3f7208c
pkgname = sandboxed-tor-browser
diff --git a/PKGBUILD b/PKGBUILD
index 04c449577060..eb8006ef4301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Constantin Lorenz <Cons27773964@aol.com>
pkgname=sandboxed-tor-browser # '-bzr', '-git', '-hg' or '-svn'
-pkgver=rsandboxed.tor.browser.0.0.2.r14.99496edr286.99496edr.r
+pkgver=0.0.2.r14.g99496ed
pkgrel=1
-pkgdesc="A sandboxed version of the Tor Browser"
+pkgdesc="A sandboxed version of the Tor Browser, currently in alpha!"
arch=('i686' 'x86_64')
url="https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Sandbox/Linux"
license=('AGPL3')
@@ -37,19 +37,19 @@ pkgver() {
# are not available, is recommended.
# Bazaar
- printf "r%s" "$(bzr revno)"
+# printf "r%s" "$(bzr revno)"
# Git, tags available
- printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "$(git describe --long | sed 's/^sandboxed-tor-browser-//;s/\([^-]*-g\)/r\1/;s/-/./g')"
# Git, no tags available
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
# Mercurial
- printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
+# printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
# Subversion
- printf "r%s" "$(svnversion | tr -d 'A-z')"
+# printf "r%s" "$(svnversion | tr -d 'A-z')"
}
prepare() {