summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesús Castro2017-10-07 13:24:11 -0500
committerJesús Castro2017-10-07 13:24:11 -0500
commit9f9211c1d132b77669b34e49c65730a22191b588 (patch)
tree7352be82d9e84d18e83902f08a7737762273d397 /PKGBUILD
parent934d1c7dc129a4c986187459ec349b729bb9239f (diff)
downloadaur-9f9211c1d132b77669b34e49c65730a22191b588.tar.gz
upd: Update to get it work under (3.26)
Adding Contributors. Following the suggestion of @Snowmobil on issue #9 [1] now i3-gnome still works under the new version of GNOME (3.26) Also, thanks to @killajoe to let us know about the issue. Signed-off-by: Jesús Castro <x51v4n@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82d626a2385c..fde69c5f4b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Jesús Castro <x51v4n@gmail.com>
+# Contributors: @killajoe, @Snowmobil, @ThomasWeiser (GitHub)
pkgname=i3-gnome
-pkgver=2.1
-pkgrel=5
+pkgver=3.0
+pkgrel=7
epoch=1
pkgdesc="Starts i3 inside a gnome session."
arch=('any')
url="https://github.com/lvillani/i3-gnome/"
license=('MIT')
depends=('i3-wm')
-source=(i3-gnome-2.1.zip::https://github.com/lvillani/i3-gnome/archive/2.1.zip)
-md5sums=('21b832c7faedd11373343362a244c6b9')
+source=(i3-gnome-3.0.zip::https://github.com/lvillani/i3-gnome/archive/3.0.zip)
+md5sums=('bf68e20252e6ae9dcc386b868a20f591')
build() {
cd "$pkgname-$pkgver"