summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2016-12-17 12:22:10 +1000
committerMichael Palmos2016-12-17 12:22:10 +1000
commite4fa780eec8004e0a6f64c0c135481db4f6023b7 (patch)
tree39cd102414de1d995d9985ffc583a189707834e7
parent227c6fadc2aebf81e06f81daa6e55813f88d9cad (diff)
downloadaur-e4fa780eec8004e0a6f64c0c135481db4f6023b7.tar.gz
add config example and record with sound
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d0282645ec..499b3fed230a 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.11
+ pkgver = 1.0.15
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.11.tar.gz
- sha256sums = 1cf43a60dc5cf11dfd21475856f982affce10a6354060a7df6af19fc124e6e29
+ source = https://github.com/Toqozz/slip/archive/1.0.15.tar.gz
+ sha256sums = e7ade8cc59610feb6265e88abd5d3c38f5aca5f7859d4283d207cb1600706249
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index 5f7781dbc453..8d717763a583 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.0.11
+pkgver=1.0.15
pkgrel=1
pkgdesc='dmenu/rofi (optional) interface to select and upload screen(shots) 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=('1cf43a60dc5cf11dfd21475856f982affce10a6354060a7df6af19fc124e6e29')
+sha256sums=('e7ade8cc59610feb6265e88abd5d3c38f5aca5f7859d4283d207cb1600706249')
package() {
cd "$pkgname-$pkgver"