summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Castro2017-07-27 22:56:35 -0500
committerJesús Castro2017-07-27 22:56:35 -0500
commit2a1d22ba65d1de8c8eb9160a51cebb9186d374c6 (patch)
treecd894136c8415bd772edb7f7be8042f89c8f45cc
parente1b0c94899e717e241d5fc57139e9ba291f6fe7c (diff)
downloadaur-2a1d22ba65d1de8c8eb9160a51cebb9186d374c6.tar.gz
update, new source and issues fixed
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1508b4f81e1..77a890187e34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 00:32:59 UTC 2017
+# Fri Jul 28 03:54:59 UTC 2017
pkgbase = i3-gnome
pkgdesc = Starts i3 inside a gnome session.
- pkgver = 5.1
- pkgrel = 3
+ pkgver = 2.0
+ pkgrel = 4
url = https://github.com/TheMarex/i3-gnome
arch = any
license = MIT
depends = i3-wm
- source = i3-gnome-5.1.zip::https://github.com/TheMarex/i3-gnome/archive/5.1.zip
- md5sums = c9a547518532b7b7f31e9f3574a2c03c
+ source = i3-gnome-2.0.zip::https://github.com/lvillani/i3-gnome/archive/2.0.zip
+ md5sums = 755decb52dc4baad4d8c4d6854b4356a
pkgname = i3-gnome
diff --git a/PKGBUILD b/PKGBUILD
index 9ee4c211d955..40152aa76f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Jesús Castro <51v4n@openmailbox.org>
pkgname=i3-gnome
-pkgver=5.1
-pkgrel=3
+pkgver=2.0
+pkgrel=4
pkgdesc="Starts i3 inside a gnome session."
arch=('any')
url="https://github.com/TheMarex/i3-gnome"
license=('MIT')
depends=('i3-wm')
-source=(i3-gnome-5.1.zip::https://github.com/TheMarex/i3-gnome/archive/5.1.zip)
-md5sums=('c9a547518532b7b7f31e9f3574a2c03c')
+#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')
build() {
cd "$pkgname-$pkgver"