summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2020-04-12 01:15:05 +1000
committerMichael Palmos2020-04-12 01:15:05 +1000
commit97b543f651bea6a9d76bc17992baffd19a06ec1f (patch)
treeb739519f920cf5331d5effd18ece60d4f25a9e82
parente3c36ed8279de0dd2eaee40bc17e175d125250f3 (diff)
downloadaur-97b543f651bea6a9d76bc17992baffd19a06ec1f.tar.gz
2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31100e04c884..b12ff5e4ac9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slip
- pkgdesc = dmenu/rofi (optional) interface to select and upload screenshots and gifs to imgur and gfycat with the help of slop. (Screencasts too).
- pkgver = 1.2.0
+ 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.1
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.1.tar.gz
+ sha256sums = 9a749af5ad26d590fa673c04487d79866d929f3f36c69dedfba0d525a1b827dc
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index 44e2a5a09f0c..1fa426d65cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.2.0
+pkgver=2.0.1
pkgrel=1
-pkgdesc='dmenu/rofi (optional) interface to select and upload screenshots and gifs to imgur and gfycat with the help of slop. (Screencasts too).'
+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')
url='https://github.com/Toqozz/slip'
license=('GPL')
@@ -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=('9a749af5ad26d590fa673c04487d79866d929f3f36c69dedfba0d525a1b827dc')
package() {
cd "$pkgname-$pkgver"