summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2017-01-10 12:51:41 +1000
committerMichael Palmos2017-01-10 12:51:41 +1000
commit793e0f3f449ec4dc323a21188b9e2a92d7234dfd (patch)
treef32b8d1e97cde416c0c743bad90738bba9ef24e3
parente4fa780eec8004e0a6f64c0c135481db4f6023b7 (diff)
downloadaur-793e0f3f449ec4dc323a21188b9e2a92d7234dfd.tar.gz
just change the date format.. what was i thinking.
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 499b3fed230a..9b351f0dac8f 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.15
+ pkgver = 1.0.16
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.15.tar.gz
- sha256sums = e7ade8cc59610feb6265e88abd5d3c38f5aca5f7859d4283d207cb1600706249
+ source = https://github.com/Toqozz/slip/archive/1.0.16.tar.gz
+ sha256sums = 4d2a49ea592b2323b601809d78715208c4abe5e9c9aba5cb4c2427479635f418
pkgname = slip
diff --git a/PKGBUILD b/PKGBUILD
index 8d717763a583..90d3ca98b636 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Toqoz <https://github.com/Toqozz/slip>
pkgname=slip
-pkgver=1.0.15
+pkgver=1.0.16
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=('e7ade8cc59610feb6265e88abd5d3c38f5aca5f7859d4283d207cb1600706249')
+sha256sums=('4d2a49ea592b2323b601809d78715208c4abe5e9c9aba5cb4c2427479635f418')
package() {
cd "$pkgname-$pkgver"