summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lublin2019-11-26 14:31:37 +0100
committerDaniel Lublin2019-11-26 14:31:47 +0100
commitaf7af32fa71ddb47a2f190cf5797a74239686c35 (patch)
treec6b7cccdd995b17acb1e5ac0259398f607fa9df0
parent90be8ec33d600fda58805b060671849cc8143a45 (diff)
downloadaur-af7af32fa71ddb47a2f190cf5797a74239686c35.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac62c07d6cb3..fb977778e751 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3gopher
pkgdesc = i3 wm helper rodent - focus last focused window per workspace
- pkgver = 0.1.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/quite/i3gopher
arch = x86_64
license = BSD
makedepends = go-pie
- source = https://github.com/quite/i3gopher/archive/v0.1.1.tar.gz
- sha256sums = 4dded0045654cb540cc9ca79cc396c503cfa0d4c6bab52e33b869532ce2094a8
+ source = https://github.com/quite/i3gopher/archive/v1.0.0.tar.gz
+ sha256sums = 8e0d7867e71106b5d543da4ea8b241fcf7ae2058e22f9c061dc66d9ec2bf46ac
pkgname = i3gopher
diff --git a/PKGBUILD b/PKGBUILD
index 48778f868d66..13dbfdc866ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Lublin <daniel@lublin.se>
pkgname=i3gopher
-pkgver=0.1.1
+pkgver=1.0.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/v0.1.1.tar.gz")
-sha256sums=('4dded0045654cb540cc9ca79cc396c503cfa0d4c6bab52e33b869532ce2094a8')
+source=("$url/archive/v1.0.0.tar.gz")
+sha256sums=('8e0d7867e71106b5d543da4ea8b241fcf7ae2058e22f9c061dc66d9ec2bf46ac')
build() {
cd $pkgname-$pkgver