summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2015-09-27 17:34:25 +0200
committerJohannes Wienke2015-09-27 17:34:25 +0200
commit483646ef0ca194b441b90db93e0b459f9ba4d8ad (patch)
tree8b8d403359a72a3c02410385ccd6c4e7c8ce58c1
parent011cd2b8e0492cc903516abf6c6eced18808673c (diff)
downloadaur-483646ef0ca194b441b90db93e0b459f9ba4d8ad.tar.gz
Fix project version
Remove useless prefix r
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e81bd457f405..af28537757a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-workspace-switch-git
pkgdesc = Utility to allow switching workspaces by their position on the output
- pkgver = r0.2.dev0.gcb7f6de
- pkgrel = 3
+ pkgver = 0.2.dev0.gcb7f6de
+ pkgrel = 1
url = https://github.com/languitar/i3-workspace-switch
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 64b0e1aceded..61546827fed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Johannes Wienke <languitar@semipol.de>
pkgname=i3-workspace-switch-git
-pkgver=r0.2.dev0.gcb7f6de
-pkgrel=3
+pkgver=0.2.dev0.gcb7f6de
+pkgrel=1
pkgdesc="Utility to allow switching workspaces by their position on the output"
arch=(any)
url="https://github.com/languitar/i3-workspace-switch"
@@ -16,7 +16,7 @@ md5sums=('SKIP')
pkgver() {
cd "$pkgname"
- printf "r%s.g%s" "$(python3 setup.py --version 2> /dev/null)" "$(git rev-parse --short HEAD)"
+ printf "%s.g%s" "$(python3 setup.py --version 2> /dev/null)" "$(git rev-parse --short HEAD)"
}
package() {