summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2016-05-28 22:09:52 +1000
committerMichael Palmos2016-05-28 22:09:52 +1000
commit359da6fa0df75eb0e380173d1455cc7017424947 (patch)
treec3b0735ba3e2857c000030844268e9cc6a00c2be
parentcb0b4ed0bf00536f0973b945ccba8b8589f3a6ea (diff)
downloadaur-359da6fa0df75eb0e380173d1455cc7017424947.tar.gz
allow spaces in dmenu command
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3a126141a9..c5231dd3d7a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slip
pkgdesc = dmenu interface to select and upload screen(shot) to imgur with the help of slop. (Screencasts too)
- pkgver = 1.0.5
+ pkgver = 1.0.7
pkgrel = 1
url = https://github.com/Toqozz/slip
arch = any
@@ -12,8 +12,8 @@ pkgbase = slip
optdepends = ffmpeg: taking screencasts
optdepends = libnotify: upload notification
optdepends = xsel: copy link to clipboard
- source = https://github.com/Toqozz/slip/archive/1.0.5.tar.gz
- sha256sums = cb7a0c4771b91b8810e3ca16893a7d1161956ce6e9c0e42aa5b3c64d43b28cd3
+ source = https://github.com/Toqozz/slip/archive/1.0.7.tar.gz
+ sha256sums = ca22d1e8f01e4e53f963574fdf5e689d05a3b442d427e01de3d1da69d2c6ef0b
pkgname = slip
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"