summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 19 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c91bad454b2..eb2c4413d253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,3 +12,17 @@ pkgbase = i3-gnome
pkgname = i3-gnome
+pkgbase = i3-gnome
+ pkgdesc = Use i3 with GNOME Session integration.
+ pkgver = 3.28.0
+ pkgrel = 10
+ epoch = 1
+ url = https://github.com/51v4n/i3-gnome/
+ arch = any
+ license = MIT
+ depends = i3-wm
+ source = i3-gnome-3.28.0.zip::https://github.com/51v4n/i3-gnome/archive/3.28.0.zip
+ md5sums = 3d79148083c13f3cfff42236d6ed4aef
+
+pkgname = i3-gnome
+
diff --git a/PKGBUILD b/PKGBUILD
index 515a1d6d8809..0bd90c271d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jesús Castro <x51v4n@gmail.com>
pkgname=i3-gnome
-pkgver=3.26.2
-pkgrel=9
+pkgver=3.28.0
+pkgrel=10
epoch=1
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.26.2.zip::https://github.com/51v4n/i3-gnome/archive/3.26.2.zip)
-md5sums=('1873c021339073c6204c349bf1677bc9')
+source=(i3-gnome-3.28.0.zip::https://github.com/51v4n/i3-gnome/archive/3.28.0.zip)
+md5sums=('3d79148083c13f3cfff42236d6ed4aef')
build() {
cd "$pkgname-$pkgver"
@@ -23,3 +23,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
+