summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-10-25 21:55:39 -0400
committerBryan Gilbert2017-10-25 21:55:39 -0400
commit951adc1cdf2ff2894990e17b1368d0e1c1f83336 (patch)
treebcce5275d06ec0ad7cc7c4c036a3fda0cefeb365
parent592231eedb3f229f9e45cf2a07a97c68879f9c13 (diff)
downloadaur-951adc1cdf2ff2894990e17b1368d0e1c1f83336.tar.gz
0.3.2 Release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52c5e0685da8..a9cbb5a54620 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.1
+ pkgver = 0.3.2
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.1.tar.gz
- sha256sums = d5d94d388730d98fbc57236f7ca1716b4fb184473500e9861481a186d60a3018
+ source = https://github.com/gilbertw1/drop/archive/0.3.2.tar.gz
+ sha256sums = 5d78b1f8b65cfc0ef8eeea82bd7b6dc19afcff218eaa164b05f91de0d276afe7
pkgname = drop
diff --git a/PKGBUILD b/PKGBUILD
index f6078c37c2ba..3307364dbdb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
-pkgver=0.3.1
+pkgver=0.3.2
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=('d5d94d388730d98fbc57236f7ca1716b4fb184473500e9861481a186d60a3018')
+sha256sums=('5d78b1f8b65cfc0ef8eeea82bd7b6dc19afcff218eaa164b05f91de0d276afe7')
build() {
cd "$pkgname-$pkgver"