summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lublin2021-09-14 15:04:43 +0200
committerDaniel Lublin2021-09-14 15:04:52 +0200
commit76ad9de358a160a03e83917a5abbb1837fc531f9 (patch)
treeab986c03137cf8e1e352a85e8bd0cea7dba0ff01
parentaf7af32fa71ddb47a2f190cf5797a74239686c35 (diff)
downloadaur-76ad9de358a160a03e83917a5abbb1837fc531f9.tar.gz
Bump version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb977778e751..ae5a027499a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = i3gopher
pkgdesc = i3 wm helper rodent - focus last focused window per workspace
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/quite/i3gopher
arch = x86_64
license = BSD
makedepends = go-pie
- source = https://github.com/quite/i3gopher/archive/v1.0.0.tar.gz
- sha256sums = 8e0d7867e71106b5d543da4ea8b241fcf7ae2058e22f9c061dc66d9ec2bf46ac
+ source = https://github.com/quite/i3gopher/archive/v1.1.0.tar.gz
+ sha256sums = ad96d82d8def1666340f4ee4b915403f04f5750c7ce25c04aab9ef1733539c6a
pkgname = i3gopher
-
diff --git a/PKGBUILD b/PKGBUILD
index 13dbfdc866ad..955e17a468f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Lublin <daniel@lublin.se>
pkgname=i3gopher
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='i3 wm helper rodent - focus last focused window per workspace'
arch=('x86_64')
url="https://github.com/quite/i3gopher"
license=('BSD')
makedepends=('go-pie')
-source=("$url/archive/v1.0.0.tar.gz")
-sha256sums=('8e0d7867e71106b5d543da4ea8b241fcf7ae2058e22f9c061dc66d9ec2bf46ac')
+source=("$url/archive/v1.1.0.tar.gz")
+sha256sums=('ad96d82d8def1666340f4ee4b915403f04f5750c7ce25c04aab9ef1733539c6a')
build() {
cd $pkgname-$pkgver