summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2018-06-18 23:40:39 +1000
committerMichael Palmos2018-06-18 23:40:39 +1000
commit5d8d345b0eec6700fa81eb627988a8d4c4675e1d (patch)
tree4b54e617cc2c53099b066126e22185102e4dcb31
parent24acfbc3a3f624e047c0bc394b4d017aecc91bc0 (diff)
downloadaur-5d8d345b0eec6700fa81eb627988a8d4c4675e1d.tar.gz
no upload option and small bug fixes
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e40e744914..7bce29995422 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slip
pkgdesc = dmenu/rofi (optional) interface to select and upload screenshots and gifs to imgur with the help of slop. (Screencasts too).
- pkgver = 1.0.22.3
+ pkgver = 1.1.0.0
pkgrel = 1
url = https://github.com/Toqozz/slip
arch = any
@@ -13,8 +13,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.22.3.tar.gz
- sha256sums = d6c9abf94aac37dc5240cb45f8cf1c07dff270410b406af5bdb3d826fd4511e5
+ source = https://github.com/Toqozz/slip/archive/1.1.0.0.tar.gz
+ sha256sums = 7441c8beff4188cb6ae25b648c25f18e5648890f9b5e72732100e5a782a60530
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index a76caa02103a..f7dbf6856c26 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.0.22.3
+pkgver=1.1.0.0
pkgrel=1
pkgdesc='dmenu/rofi (optional) interface to select and upload screenshots and gifs to imgur with the help of slop. (Screencasts too).'
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('dmenu: interface'
'libnotify: upload notification'
'xsel: copy link to clipboard')
source=("https://github.com/Toqozz/slip/archive/${pkgver}.tar.gz")
-sha256sums=('d6c9abf94aac37dc5240cb45f8cf1c07dff270410b406af5bdb3d826fd4511e5')
+sha256sums=('7441c8beff4188cb6ae25b648c25f18e5648890f9b5e72732100e5a782a60530')
package() {
cd "$pkgname-$pkgver"