summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Preuster2017-01-22 13:20:40 +0100
committerPatrick Preuster2017-01-22 13:20:40 +0100
commit16b39c45371c7b07bc25c856bc7e54338afab08b (patch)
treecf7a32fc456dd623661b81841ceffc5b6b8512dd
parentc94f26e4bb40911d62cef3df3b89a1469ee60c28 (diff)
downloadaur-16b39c45371c7b07bc25c856bc7e54338afab08b.tar.gz
updated to 0.4.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37d25faeec25..3f23f05cd716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unrarall-git
pkgdesc = unrarall is a utility to unrar and clean up various files (.e.g. rar files).
- pkgver = 0.0.0
- pkgrel = 2
+ pkgver = 0.4.4.r133.8a67a83
+ pkgrel = 1
url = https://github.com/arfoll/unrarall
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index e4f6236730f7..86d6ae0a7203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# Maintainer: Jan Holthuis <holthuis.jan@googlemail.com>
pkgname=unrarall-git
-pkgver=0.2.r98.g1bcf008
+pkgver=0.4.4.r133.8a67a83
pkgrel=1
pkgdesc="unrarall is a utility to unrar and clean up various files (.e.g. rar files)."
arch=('any')
@@ -20,8 +19,9 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/unrarall"
+ _ver="$(cat unrarall|grep UNRARALL_VERSION=|grep -o "[[:digit:]]*"|paste -sd'.')"
# Use the tag of the last commit
- git describe --long | sed -e 's/\([^-]*-\)g/r\1/;s/-/./g' -e 's/^v//'
+ echo "$_ver.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
package() {