summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2016-05-28 22:18:39 +1000
committerMichael Palmos2016-05-28 22:18:39 +1000
commit99d5819c9c72d9d72f0a823ecd5e93d02891c0f1 (patch)
treec52d6069efd79af56917a199cdba5a1ddec9683f
parent359da6fa0df75eb0e380173d1455cc7017424947 (diff)
downloadaur-99d5819c9c72d9d72f0a823ecd5e93d02891c0f1.tar.gz
allow spaces in dmenu command
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5231dd3d7a9..728c661efc6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = slip
optdepends = libnotify: upload notification
optdepends = xsel: copy link to clipboard
source = https://github.com/Toqozz/slip/archive/1.0.7.tar.gz
- sha256sums = ca22d1e8f01e4e53f963574fdf5e689d05a3b442d427e01de3d1da69d2c6ef0b
+ sha256sums = ca22d1e8f01a4e53f963574fdf5e689d05a3b442d427e01de3d1da69d2c6ef0b
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index 2b88260107ea..a0826e44f690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('ca22d1e8f01e4e53f963574fdf5e689d05a3b442d427e01de3d1da69d2c6ef0b')
+sha256sums=('ca22d1e8f01a4e53f963574fdf5e689d05a3b442d427e01de3d1da69d2c6ef0b')
package() {
cd "$pkgname-$pkgver"