summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-10-25 11:22:51 -0400
committerBryan Gilbert2017-10-25 11:22:51 -0400
commitaaaab4a201d62e7ce2d6eb71fefa5be13f283ce1 (patch)
tree92cb768937514d3472eaf49ed5d9b361c9f45788
parentf95b829df7c15fffb2499a92c1ef3d8932d739dc (diff)
downloadaur-aaaab4a201d62e7ce2d6eb71fefa5be13f283ce1.tar.gz
update to 0.3.0 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8f6ccb5c9d4..adb9fdc13935 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.2.7
+ pkgver = 0.3.0
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.2.7.tar.gz
- sha256sums = 7872fdbbed4b6d8ecf03cbf39f46896103c681a02e33f21ddd4293f736310c82
+ source = https://github.com/gilbertw1/drop/archive/0.3.0.tar.gz
+ sha256sums = 82fbe91bb01c4602a3e9b21dcc54685c871e2242fed0c9ff041b3d049b577771
pkgname = drop
diff --git a/PKGBUILD b/PKGBUILD
index 3734f4f1e25d..4c495f995cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
-pkgver=0.2.7
+pkgver=0.3.0
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=('7872fdbbed4b6d8ecf03cbf39f46896103c681a02e33f21ddd4293f736310c82')
+sha256sums=('82fbe91bb01c4602a3e9b21dcc54685c871e2242fed0c9ff041b3d049b577771')
build() {
cd "$pkgname-$pkgver"