summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df962c179f6..8b3b3e343eea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = hideit.sh-git
pkgdesc = Automagically hide/show a window
- pkgver = r41.8fd7476
- pkgrel = 1
+ pkgver = r43.b99d6b4
+ pkgrel = 2
url = https://github.com/tadly/hideIt.sh
arch = i686
arch = x86_64
license = GPL3
+ makedepends = git
depends = xdotool
depends = xorg-xwininfo
depends = xorg-xev
provides = hideIt.sh
source = hideIt.sh::git+https://github.com/tadly/hideIt.sh.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = hideit.sh-git
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() {