summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2018-01-21 14:51:46 +0100
committerMorten Linderud2018-01-21 14:51:46 +0100
commit3eee3e5d495a7c88a186a425bf57739d603cb9df (patch)
tree4e14cce8538ad0388e5a0576739b35fcd2e185b1
parent44c1c40443526f956493b2a4effae94b286147b3 (diff)
downloadaur-3eee3e5d495a7c88a186a425bf57739d603cb9df.tar.gz
upgpkg: dunst-git 1.3.0.r11.g8144a95-1
upstream release Fixed pkgver, forgot sedline Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8945f7c73da..9338ad4f886b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 21 13:31:49 UTC 2018
+# Sun Jan 21 13:51:47 UTC 2018
pkgbase = dunst-git
pkgdesc = Lightweight and customizable notification daemon
- pkgver = v1.3.0.r11.g8144a95
+ pkgver = 1.3.0.r11.g8144a95
pkgrel = 1
url = https://dunst-project.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 95505cdd2f1e..08ff0623477f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dunst-git
_pkgname=dunst
-pkgver=v1.3.0.r11.g8144a95
+pkgver=1.3.0.r11.g8144a95
pkgrel=1
pkgdesc="Lightweight and customizable notification daemon"
arch=('i686' 'x86_64' 'armv7h')
@@ -20,7 +20,7 @@ md5sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {