summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Castro2018-04-13 15:45:38 -0500
committerJesús Castro2018-04-13 15:45:38 -0500
commit25efc8b3468518eb5750bac327b8227f49c09677 (patch)
tree3cdc8729dc930e1ea985d6d40025d5bf672031e5
parenta255beb8c2fe5b4f156af18c30acd661829780fb (diff)
downloadaur-25efc8b3468518eb5750bac327b8227f49c09677.tar.gz
update: following the release from github
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df30ba120a29..4a7bd8eaa73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = i3-gnome
pkgdesc = Use i3 with GNOME Session integration.
- pkgver = 3.28.0
- pkgrel = 10
+ pkgver = 3.28.1
+ pkgrel = 1
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
+ source = i3-gnome-3.28.1.zip::https://github.com/51v4n/i3-gnome/archive/3.28.1.zip
+ md5sums = ed809a42c3ab8e843b7cd0d411bf6330
pkgname = i3-gnome
diff --git a/PKGBUILD b/PKGBUILD
index 0bd90c271d7c..d565e290cd29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jesús Castro <x51v4n@gmail.com>
pkgname=i3-gnome
-pkgver=3.28.0
-pkgrel=10
+pkgver=3.28.1
+pkgrel=1
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.28.0.zip::https://github.com/51v4n/i3-gnome/archive/3.28.0.zip)
-md5sums=('3d79148083c13f3cfff42236d6ed4aef')
+source=(i3-gnome-3.28.1.zip::https://github.com/51v4n/i3-gnome/archive/3.28.1.zip)
+md5sums=('ed809a42c3ab8e843b7cd0d411bf6330')
build() {
cd "$pkgname-$pkgver"