summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2020-04-12 11:56:30 +1000
committerMichael Palmos2020-04-12 11:56:30 +1000
commit631edae7e368ab7640a582d40a4d2ff37fb6606f (patch)
treeb3e1865080ae56c19c1601eb2af4a681dbbcafff
parentecd81b3c0f1e01e2824a183e7f10bd98edd491c9 (diff)
downloadaur-631edae7e368ab7640a582d40a4d2ff37fb6606f.tar.gz
Use rofi by default. Fix notify timeout issues.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442197957141..f202934286fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slip
pkgdesc = rofi/dmenu (optional) interface to select and upload screenshots and gifs to imgur and gfycat with the help of slop. (Screencasts too).
- pkgver = 1.2.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/Toqozz/slip
arch = any
@@ -14,8 +14,8 @@ pkgbase = slip
optdepends = rofi: interface
optdepends = ffmpeg: taking screencasts
optdepends = libnotify: upload notification
- source = https://github.com/Toqozz/slip/archive/1.2.0.tar.gz
- sha256sums = dde8f3048bbb95be6bc79b4889b47482a0631f8584152145c3f74405187dfe58
+ source = https://github.com/Toqozz/slip/archive/2.0.2.tar.gz
+ sha256sums = 797741fd80de47afd91ffd67eb954e18f266e31c48e86642bab37b5093708657
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index e45fe646a28c..5191549df54f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.2.0
+pkgver=2.0.2
pkgrel=1
pkgdesc='rofi/dmenu (optional) interface to select and upload screenshots and gifs to imgur and gfycat with the help of slop. (Screencasts too).'
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('dmenu: interface'
'ffmpeg: taking screencasts'
'libnotify: upload notification')
source=("https://github.com/Toqozz/slip/archive/${pkgver}.tar.gz")
-sha256sums=('dde8f3048bbb95be6bc79b4889b47482a0631f8584152145c3f74405187dfe58')
+sha256sums=('797741fd80de47afd91ffd67eb954e18f266e31c48e86642bab37b5093708657')
package() {
cd "$pkgname-$pkgver"