summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO9
-rwxr-xr-x[-rw-r--r--]PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48f68f264bfe..57d0282645ec 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slip
- pkgdesc = dmenu (optional) interface to select and upload screen(shots) to imgur with the help of slop. (Screencasts too)
- pkgver = 1.0.9
+ pkgdesc = dmenu/rofi (optional) interface to select and upload screen(shots) to imgur with the help of slop. (Screencasts too)
+ pkgver = 1.0.11
pkgrel = 1
url = https://github.com/Toqozz/slip
arch = any
@@ -9,11 +9,12 @@ pkgbase = slip
depends = slop
depends = maim
optdepends = dmenu: interface
+ optdepends = rofi: interface
optdepends = ffmpeg: taking screencasts
optdepends = libnotify: upload notification
optdepends = xsel: copy link to clipboard
- source = https://github.com/Toqozz/slip/archive/1.0.9.tar.gz
- sha256sums = 7ac499f791d14dd38b2af22becfcafb43ad17cbd62462174e4adf8ee6b397a44
+ source = https://github.com/Toqozz/slip/archive/1.0.11.tar.gz
+ sha256sums = 1cf43a60dc5cf11dfd21475856f982affce10a6354060a7df6af19fc124e6e29
pkgname = slip
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"