summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortadly2019-07-10 08:09:26 +0200
committertadly2019-07-10 08:10:10 +0200
commita87df6179c04c7aafc406e7fe852ada0e9b3dc89 (patch)
treeb4237d1e8a357a9ae9888407f60be6cb389d5578 /PKGBUILD
parent5aa632294fa09fbac8f3126f549378e672d08413 (diff)
downloadaur-hideit.sh-git.tar.gz
adds git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e061a0ce04c1..b81b7f61956b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
_pkgname=hideIt.sh
pkgname=hideit.sh-git
-pkgver=r41.8fd7476
-pkgrel=1
+pkgver=r43.b99d6b4
+pkgrel=2
pkgdesc="Automagically hide/show a window"
arch=('i686' 'x86_64')
url="https://github.com/tadly/hideIt.sh"
license=('GPL3')
depends=('xdotool' 'xorg-xwininfo' 'xorg-xev')
+makedepends=('git')
provides=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/tadly/hideIt.sh.git")
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {