summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2017-07-10 16:55:54 +1000
committerMichael Palmos2017-07-10 16:55:54 +1000
commit21b9377bb2461c90ea8925e7188ff82bba3c5744 (patch)
tree84db1de31f80f18ad4626caf66ff55d1965fb537
parent85b747a30ebe2bcb285ed047ae2972e88903a980 (diff)
downloadaur-21b9377bb2461c90ea8925e7188ff82bba3c5744.tar.gz
version 1.0.21
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65919d646ade..eec4c7679249 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slip
- pkgdesc = dmenu/rofi (optional) interface to select and upload screen(shots) to imgur with the help of slop. (Screencasts too)
- pkgver = 1.0.19
+ pkgdesc = dmenu/rofi (optional) interface to select and upload screenshots and gifs to imgur with the help of slop. (Screencasts too).
+ pkgver = 1.0.21
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.19.tar.gz
- sha256sums = ae23805aba618a862a2d6273cad0dad60b35287efcde1d0665e06a51cbfe4636
+ source = https://github.com/Toqozz/slip/archive/1.0.21.tar.gz
+ sha256sums = 248fa6da2a407759c633576285f4ac9b98cd29c10e72bfba6bae62bea392ba56
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index b79f55ce2222..5189fbe3ee08 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.0.19
+pkgver=1.0.21
pkgrel=1
-pkgdesc='dmenu/rofi (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 screenshots and gifs to imgur with the help of slop. (Screencasts too).'
arch=('any')
url='https://github.com/Toqozz/slip'
license=('GPL')
@@ -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=('ae23805aba618a862a2d6273cad0dad60b35287efcde1d0665e06a51cbfe4636')
+sha256sums=('248fa6da2a407759c633576285f4ac9b98cd29c10e72bfba6bae62bea392ba56')
package() {
cd "$pkgname-$pkgver"