summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-10-25 20:53:13 -0400
committerBryan Gilbert2017-10-25 20:53:13 -0400
commit592231eedb3f229f9e45cf2a07a97c68879f9c13 (patch)
treed84f21338f0d011074f833c5078f2d17b1dcd9ed
parentaaaab4a201d62e7ce2d6eb71fefa5be13f283ce1 (diff)
downloadaur-592231eedb3f229f9e45cf2a07a97c68879f9c13.tar.gz
0.3.1 Release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adb9fdc13935..52c5e0685da8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drop
pkgdesc = A simple screenshot, screencast, and file upload tool with S3 support
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/gilbertw1/drop
arch = i686
@@ -13,8 +13,8 @@ pkgbase = drop
depends = imagemagick
depends = ffmpeg
depends = libkeybinder3
- source = https://github.com/gilbertw1/drop/archive/0.3.0.tar.gz
- sha256sums = 82fbe91bb01c4602a3e9b21dcc54685c871e2242fed0c9ff041b3d049b577771
+ source = https://github.com/gilbertw1/drop/archive/0.3.1.tar.gz
+ sha256sums = d5d94d388730d98fbc57236f7ca1716b4fb184473500e9861481a186d60a3018
pkgname = drop
diff --git a/PKGBUILD b/PKGBUILD
index 4c495f995cfe..f6078c37c2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A simple screenshot, screencast, and file upload tool with S3 support"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('s3cmd' 'xsel' 'slop' 'imagemagick' 'ffmpeg' 'libkeybinder3')
makedepends=('cargo')
source=("https://github.com/gilbertw1/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('82fbe91bb01c4602a3e9b21dcc54685c871e2242fed0c9ff041b3d049b577771')
+sha256sums=('d5d94d388730d98fbc57236f7ca1716b4fb184473500e9861481a186d60a3018')
build() {
cd "$pkgname-$pkgver"