summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Castro2018-03-16 20:53:43 -0600
committerJesús Castro2018-03-16 20:53:43 -0600
commit66bdbe480422637dbc4ab19174d68ea72e69f203 (patch)
treef103191d9e9f9f4cd18f1d19ca7d25f95090560e
parent2b5216be20eef5f00de7d82f6b2914ae5fd2ddc3 (diff)
downloadaur-66bdbe480422637dbc4ab19174d68ea72e69f203.tar.gz
update: following the release from github
minor improvements to PKGBUILD
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfed88117d2d..6c91bad454b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Nov 15 03:11:43 UTC 2017
pkgbase = i3-gnome
- pkgdesc = Starts i3 inside a gnome session.
- pkgver = 3.0
- pkgrel = 8
+ pkgdesc = Use i3 with GNOME Session integration.
+ pkgver = 3.26.2
+ pkgrel = 9
epoch = 1
url = https://github.com/51v4n/i3-gnome/
arch = any
license = MIT
depends = i3-wm
- source = i3-gnome-3.0.zip::https://github.com/51v4n/i3-gnome/archive/3.0.zip
- md5sums = bf68e20252e6ae9dcc386b868a20f591
+ source = i3-gnome-3.26.2.zip::https://github.com/51v4n/i3-gnome/archive/3.26.2.zip
+ md5sums = 1873c021339073c6204c349bf1677bc9
pkgname = i3-gnome
diff --git a/PKGBUILD b/PKGBUILD
index c0a512209cf8..515a1d6d8809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Jesús Castro <x51v4n@gmail.com>
-# Contributors: @killajoe, @Snowmobil, @ThomasWeiser (GitHub)
pkgname=i3-gnome
-pkgver=3.0
-pkgrel=8
+pkgver=3.26.2
+pkgrel=9
epoch=1
-pkgdesc="Starts i3 inside a gnome session."
+pkgdesc="Use i3 with GNOME Session integration."
arch=('any')
url="https://github.com/51v4n/i3-gnome/"
license=('MIT')
depends=('i3-wm')
-source=(i3-gnome-3.0.zip::https://github.com/51v4n/i3-gnome/archive/3.0.zip)
-md5sums=('bf68e20252e6ae9dcc386b868a20f591')
+source=(i3-gnome-3.26.2.zip::https://github.com/51v4n/i3-gnome/archive/3.26.2.zip)
+md5sums=('1873c021339073c6204c349bf1677bc9')
build() {
cd "$pkgname-$pkgver"