summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Palmos2016-11-03 23:18:09 +1000
committerMichael Palmos2016-11-03 23:18:09 +1000
commit227c6fadc2aebf81e06f81daa6e55813f88d9cad (patch)
tree013a963c964376e070863c30598806c723798aa9 /PKGBUILD
parent30ff5aba7cfcaa6063a274b9f9139e0b882cb4fb (diff)
downloadaur-227c6fadc2aebf81e06f81daa6e55813f88d9cad.tar.gz
updates
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e940e82996e..5f7781dbc453 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.0.9
+pkgver=1.0.11
pkgrel=1
-pkgdesc='dmenu (optional) interface to select and upload screen(shots) to imgur with the help of slop. (Screencasts too)'
+pkgdesc='dmenu/rofi (optional) interface to select and upload screen(shots) to imgur with the help of slop. (Screencasts too)'
arch=('any')
url='https://github.com/Toqozz/slip'
license=('GPL')
depends=('curl' 'slop' 'maim')
optdepends=('dmenu: interface'
+ 'rofi: interface'
'ffmpeg: taking screencasts'
'libnotify: upload notification'
'xsel: copy link to clipboard')
source=("https://github.com/Toqozz/slip/archive/${pkgver}.tar.gz")
-sha256sums=('7ac499f791d14dd38b2af22becfcafb43ad17cbd62462174e4adf8ee6b397a44')
+sha256sums=('1cf43a60dc5cf11dfd21475856f982affce10a6354060a7df6af19fc124e6e29')
package() {
cd "$pkgname-$pkgver"