summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-21 12:26:14 +0100
committerTheCynicalLiger2020-06-21 12:26:14 +0100
commit62c0766f97ebdf02eba1b422c298d21693fcb866 (patch)
tree02909e58a5cbd296ce0f5c221af9de5f422c245b /PKGBUILD
parentdee5a11404fcf41e98720fa69095c9af05ead86d (diff)
downloadaur-62c0766f97ebdf02eba1b422c298d21693fcb866.tar.gz
Version Bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5347ab2df36..6fdeddc7c829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TheCynicalTeam <TheCynicalTeam@github.com>
# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
pkgname=i3-swallow
-pkgver=v1.9.0
+pkgver=v1.10.0
pkgrel=1
pkgdesc="Swallow a terminal window after a blocking application is run in i3"
arch=('any')
@@ -14,12 +14,6 @@ changelog=
source=("git+${url}.git")
md5sums=('SKIP')
-pkgver()
-{
- cd "$_pkgname"
- printf "v1.%s.0" "$(git rev-list --count HEAD)"
-}
-
package() {
cd "$srcdir/${pkgname}"
install -Dm 755 swallow "$pkgdir/usr/bin/i3-swallow"