summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-09-14 17:32:14 -0400
committerBryan Gilbert2017-09-14 17:32:14 -0400
commitf95b829df7c15fffb2499a92c1ef3d8932d739dc (patch)
tree8fe6d47b8eb5c39c683a84faba596ddaac6ef0c1
parent2d1a56c7437b440e202e118bd901d70c8f59d85c (diff)
downloadaur-f95b829df7c15fffb2499a92c1ef3d8932d739dc.tar.gz
updated to 0.2.7 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e4691e90521..e8f6ccb5c9d4 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.6
+ pkgver = 0.2.7
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.6.tar.gz
- sha256sums = 4a716c70244f55ff9daaed113cf93c181ed18798f39b7097fad53da2aa343606
+ source = https://github.com/gilbertw1/drop/archive/0.2.7.tar.gz
+ sha256sums = 7872fdbbed4b6d8ecf03cbf39f46896103c681a02e33f21ddd4293f736310c82
pkgname = drop
diff --git a/PKGBUILD b/PKGBUILD
index 02d56c5b3f54..3734f4f1e25d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
-pkgver=0.2.6
+pkgver=0.2.7
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=('4a716c70244f55ff9daaed113cf93c181ed18798f39b7097fad53da2aa343606')
+sha256sums=('7872fdbbed4b6d8ecf03cbf39f46896103c681a02e33f21ddd4293f736310c82')
build() {
cd "$pkgname-$pkgver"