summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f0d31a0de17..4c3a107b1da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = i3-gnome
pkgdesc = Use i3 with GNOME Session integration.
- pkgver = 3.28.1
+ pkgver = 3.30.0
pkgrel = 1
epoch = 1
url = https://github.com/csxr/i3-gnome/
arch = any
license = MIT
depends = i3-wm
- source = i3-gnome-3.28.1.zip::https://github.com/csxr/i3-gnome/archive/3.28.1.zip
- md5sums = ed809a42c3ab8e843b7cd0d411bf6330
+ source = i3-gnome-3.30.0.zip::https://github.com/csxr/i3-gnome/archive/3.30.0.zip
+ md5sums = c8e4e99eb2cb8021553cde9a5613e136
pkgname = i3-gnome
diff --git a/PKGBUILD b/PKGBUILD
index 9d8c3f19a0af..677e06232aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesús Castro <x51v4n@gmail.com>
pkgname=i3-gnome
-pkgver=3.28.1
+pkgver=3.30.0
pkgrel=1
epoch=1
pkgdesc="Use i3 with GNOME Session integration."
@@ -9,8 +9,8 @@ arch=('any')
url="https://github.com/csxr/i3-gnome/"
license=('MIT')
depends=('i3-wm')
-source=(i3-gnome-3.28.1.zip::https://github.com/csxr/i3-gnome/archive/3.28.1.zip)
-md5sums=('ed809a42c3ab8e843b7cd0d411bf6330')
+source=(i3-gnome-3.30.0.zip::https://github.com/csxr/i3-gnome/archive/3.30.0.zip)
+md5sums=('c8e4e99eb2cb8021553cde9a5613e136')
build() {
cd "$pkgname-$pkgver"