summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2020-10-27 11:24:07 +1000
committerMichael Palmos2020-10-27 11:24:07 +1000
commitd992d7b82e3934ace8d43e1548335750d1dbc5d7 (patch)
tree9db1bdd9f482a9cbd88677e1d2fd109a4b4c68c9
parentff5cbc98ca5159d35f82685bc88b5fcf3bd5ce8f (diff)
downloadaur-slip.tar.gz
2.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f587c71909d..b899c3e0c680 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 = 2.0.5
+ pkgver = 2.0.6
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/2.0.5.tar.gz
- sha256sums = 257590c97a351d5388670038515845285504f590300b7f1c38f9ab9e80ea175d
+ source = https://github.com/Toqozz/slip/archive/2.0.6.tar.gz
+ sha256sums = 6d7e35a802ae216a7f5f1b41026f1980788585ba4b195cb7ad3b81711ca46eb0
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index ccb36b50f28f..948d27758952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=2.0.5
+pkgver=2.0.6
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=('257590c97a351d5388670038515845285504f590300b7f1c38f9ab9e80ea175d')
+sha256sums=('6d7e35a802ae216a7f5f1b41026f1980788585ba4b195cb7ad3b81711ca46eb0')
package() {
cd "$pkgname-$pkgver"