summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-12 01:11:08 +0200
committerhaawda2018-09-12 01:11:08 +0200
commit74709103354bb30d2867193469da9cc9d3d952d6 (patch)
tree99d9a8713fa57236f2d8ed4714057b021eacf674
parent2e390bd233f66a2dc6626ed7cb516b37c8a46287 (diff)
downloadaur-74709103354bb30d2867193469da9cc9d3d952d6.tar.gz
change pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0200c574252..a18987dda531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pakku-git
pkgdesc = Pacman wrapper with AUR support with latest changes from github repo
- pkgver = 0.13.1.gd25443b
- pkgrel = 2
+ pkgver = 0.13r1.gd25443b
+ pkgrel = 1
url = https://github.com/kitsunyan/pakku
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 682917cf03cf..fce07f5274ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pakku-git
-pkgver=0.13.1.gd25443b
-pkgrel=2
+pkgver=0.13r1.gd25443b
+pkgrel=1
pkgdesc='Pacman wrapper with AUR support with latest changes from github repo'
arch=('x86_64')
url="https://github.com/kitsunyan/pakku"
@@ -14,12 +14,12 @@ backup=('etc/pakku.conf')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
source=("git+https://github.com/kitsunyan/${pkgname%-git}.git")
-backup=(etc/pakku.conf)
+backup=('etc/pakku.conf')
sha256sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- git describe --tags|sed 's+-+.+g'| cut -c2-
+ git describe --tags|sed 's+-+r+'|sed 's+-+.+g'| cut -c2-
}
build() {