summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-21 12:08:14 +0100
committerTheCynicalLiger2020-06-21 12:08:14 +0100
commitec936d2e965338ab00d5297265bf310f5c0e518c (patch)
tree9bad0342b5db59ccfe06b1c496af28207a2ae914
parent511afdbcae09cd51306e56c0f9800d790c8d172b (diff)
downloadaur-ec936d2e965338ab00d5297265bf310f5c0e518c.tar.gz
Bump Version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45716357f5a6..7f30f9d1bc01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3-swallow
pkgdesc = Swallow a terminal window after a blocking application is run in i3
- pkgver = r9.a957f2f
+ pkgver = v1.8.0
pkgrel = 1
url = https://github.com/TheCynicalTeam/i3-swallow
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 58db7118cbc6..c8b8c824ef0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TheCynicalTeam <TheCynicalTeam@github.com>
# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
pkgname=i3-swallow
-pkgver=r9.a957f2f
+pkgver=v1.8.0
pkgrel=1
pkgdesc="Swallow a terminal window after a blocking application is run in i3"
arch=('any')
@@ -17,7 +17,7 @@ md5sums=('SKIP')
pkgver()
{
cd "$_pkgname"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "v1.%s.0" "$(git rev-list --count HEAD)"
}
package() {