summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesús Castro2019-01-26 15:12:27 -0600
committerJesús Castro2019-01-26 15:12:27 -0600
commit06b893d4665d7b8ddef0715fbe258b6212123d52 (patch)
tree327c2dfa6917158b2ca8379b1fbc3c9655cfcbff /PKGBUILD
parent3538e601b2f34967511850fbbe39d2e1efac9bd9 (diff)
downloadaur-06b893d4665d7b8ddef0715fbe258b6212123d52.tar.gz
Update sources
Following the update from GitHub Signed-off-by: Jesús Castro <x51v4n@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 677e06232aee..95109cc54966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesús Castro <x51v4n@gmail.com>
pkgname=i3-gnome
-pkgver=3.30.0
+pkgver=3.30.2
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.30.0.zip::https://github.com/csxr/i3-gnome/archive/3.30.0.zip)
-md5sums=('c8e4e99eb2cb8021553cde9a5613e136')
+source=(i3-gnome-3.30.2.zip::https://github.com/csxr/i3-gnome/archive/3.30.2.zip)
+md5sums=('873321d087d16fae8e7448f8f5a10918')
build() {
cd "$pkgname-$pkgver"
@@ -24,3 +24,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
+