summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDustin Willis Webber2017-01-10 17:41:06 -0500
committerDustin Willis Webber2017-01-10 17:41:06 -0500
commit5c03fb31d8fc7a6e64aff313fa56a1a9122b946e (patch)
tree2cdaf06475d7a71c97b784f21f586b0d0a34b937
parent086c60ee52a89cbb1ea24b9325fbc9d35a58f356 (diff)
downloadaur-5c03fb31d8fc7a6e64aff313fa56a1a9122b946e.tar.gz
rev bump
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68e5f85ba2ea..8676f99dd42d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = i3-gnome-git
pkgdesc = Starts i3 inside a gnome session.
pkgver = 5.1.r2.g55ea56b
- pkgrel = 1
- url = https://github.com/TheMarex/i3-gnome
+ pkgrel = 2
+ url = https://github.com/mephux/i3-gnome
arch = any
license = MIT
conflicts = i3-gnome
- source = git+https://github.com/TheMarex/i3-gnome.git
+ source = git+https://github.com/mephux/i3-gnome.git
md5sums = SKIP
pkgname = i3-gnome-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..029a93e92d99
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+i3-gnome*
diff --git a/PKGBUILD b/PKGBUILD
index a024116464ce..73d023abf6ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=i3-gnome-git
_pkgbase=i3-gnome
pkgver=5.1.r2.g55ea56b
-pkgrel=1
+pkgrel=2
pkgdesc="Starts i3 inside a gnome session."
arch=("any")
-url="https://github.com/TheMarex/i3-gnome"
+url="https://github.com/mephux/i3-gnome"
license=("MIT")
groups=()
depends=()
@@ -18,12 +18,12 @@ backup=()
options=()
install=
changelog=
-source=(git+https://github.com/TheMarex/i3-gnome.git)
+source=(git+https://github.com/mephux/i3-gnome.git)
noextract=()
md5sums=("SKIP")
pkgver() {
- cd $_pkgbase
+ cd "$_pkgbase"
git describe --tags --long|sed -r "s,^[^0-9],,;s,([0-9]*-g),r\1,;s,[-_],.,g"
}