summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Palmos2016-05-28 22:09:52 +1000
committerMichael Palmos2016-05-28 22:09:52 +1000
commit359da6fa0df75eb0e380173d1455cc7017424947 (patch)
treec3b0735ba3e2857c000030844268e9cc6a00c2be /PKGBUILD
parentcb0b4ed0bf00536f0973b945ccba8b8589f3a6ea (diff)
downloadaur-359da6fa0df75eb0e380173d1455cc7017424947.tar.gz
allow spaces in dmenu command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bad44cd4aa1f..2b88260107ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.0.5
+pkgver=1.0.7
pkgrel=1
pkgdesc='dmenu interface to select and upload screen(shot) to imgur with the help of slop. (Screencasts too)'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('ffmpeg: taking screencasts'
'libnotify: upload notification'
'xsel: copy link to clipboard')
source=("https://github.com/Toqozz/slip/archive/${pkgver}.tar.gz")
-sha256sums=('cb7a0c4771b91b8810e3ca16893a7d1161956ce6e9c0e42aa5b3c64d43b28cd3')
+sha256sums=('ca22d1e8f01e4e53f963574fdf5e689d05a3b442d427e01de3d1da69d2c6ef0b')
package() {
cd "$pkgname-$pkgver"