summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-10-25 22:03:34 -0400
committerBryan Gilbert2017-10-25 22:03:34 -0400
commit5d6c1f7ef0a3055633425433694f6d4c801b2929 (patch)
tree3a5d87cbd327e3f33d10f590538f844ebaf653dc
parent951adc1cdf2ff2894990e17b1368d0e1c1f83336 (diff)
downloadaur-5d6c1f7ef0a3055633425433694f6d4c801b2929.tar.gz
Update 0.3.2 release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9cbb5a54620..4cdc74a17d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = drop
pkgdesc = A simple screenshot, screencast, and file upload tool with S3 support
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gilbertw1/drop
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = drop
depends = ffmpeg
depends = libkeybinder3
source = https://github.com/gilbertw1/drop/archive/0.3.2.tar.gz
- sha256sums = 5d78b1f8b65cfc0ef8eeea82bd7b6dc19afcff218eaa164b05f91de0d276afe7
+ sha256sums = 3576e1877347ad5301d4aa96285f80783b57358fc2a63fb18b1395f1c9c466e5
pkgname = drop
diff --git a/PKGBUILD b/PKGBUILD
index 3307364dbdb4..c01ee7172ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple screenshot, screencast, and file upload tool with S3 support"
arch=('i686' 'x86_64')
url="https://github.com/gilbertw1/drop"
@@ -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=('5d78b1f8b65cfc0ef8eeea82bd7b6dc19afcff218eaa164b05f91de0d276afe7')
+sha256sums=('3576e1877347ad5301d4aa96285f80783b57358fc2a63fb18b1395f1c9c466e5')
build() {
cd "$pkgname-$pkgver"