summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesús Castro2017-08-07 18:14:24 -0500
committerJesús Castro2017-08-07 18:14:24 -0500
commit2205c49de86832e976f58ea546339b447574afd8 (patch)
treeccf6690a5ae60790a6dc3c9ca8c1cf2166c6a7e1 /PKGBUILD
parent3d6e3fd2591caff539857fca30e9b32079812807 (diff)
downloadaur-2205c49de86832e976f58ea546339b447574afd8.tar.gz
update, logout process now works properly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21f204687f42..84a815799476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jesús Castro <51v4n@openmailbox.org>
pkgname=i3-gnome
-pkgver=2.0
-pkgrel=4
+pkgver=2.1
+pkgrel=5
pkgdesc="Starts i3 inside a gnome session."
arch=('any')
url="https://github.com/lvillani/i3-gnome/"
license=('MIT')
depends=('i3-wm')
#source=(i3-gnome-5.1.zip::https://github.com/TheMarex/i3-gnome/archive/5.1.zip)
-source=(i3-gnome-2.0.zip::https://github.com/lvillani/i3-gnome/archive/2.0.zip)
-md5sums=('755decb52dc4baad4d8c4d6854b4356a')
+source=(i3-gnome-2.0.zip::https://github.com/lvillani/i3-gnome/archive/2.1.zip)
+md5sums=('21b832c7faedd11373343362a244c6b9')
build() {
cd "$pkgname-$pkgver"