summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-09-14 11:58:39 -0400
committerBryan Gilbert2017-09-14 11:58:39 -0400
commit2d1a56c7437b440e202e118bd901d70c8f59d85c (patch)
tree60ceff38291720d80e27db6d15fd2c216acd4588
parent476640318b450259f0b2d31b18f39c079ad4d933 (diff)
downloadaur-2d1a56c7437b440e202e118bd901d70c8f59d85c.tar.gz
update to 0.2.6 release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291c4b1a294e..8e4691e90521 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.5
+ pkgver = 0.2.6
pkgrel = 1
url = https://github.com/gilbertw1/drop
arch = i686
@@ -12,8 +12,9 @@ pkgbase = drop
depends = slop
depends = imagemagick
depends = ffmpeg
- source = https://github.com/gilbertw1/drop/archive/0.2.5.tar.gz
- sha256sums = 7a2906bf679c28177f85ea6f2c0a443dfc4ac9542635564946fa8e9c0eea0b1d
+ depends = libkeybinder3
+ source = https://github.com/gilbertw1/drop/archive/0.2.6.tar.gz
+ sha256sums = 4a716c70244f55ff9daaed113cf93c181ed18798f39b7097fad53da2aa343606
pkgname = drop
diff --git a/PKGBUILD b/PKGBUILD
index ca9b45036f59..02d56c5b3f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=1
pkgdesc="A simple screenshot, screencast, and file upload tool with S3 support"
arch=('i686' 'x86_64')
url="https://github.com/gilbertw1/drop"
license=('GPL')
-depends=('s3cmd' 'xsel' 'slop' 'imagemagick' 'ffmpeg')
+depends=('s3cmd' 'xsel' 'slop' 'imagemagick' 'ffmpeg' 'libkeybinder3')
makedepends=('cargo')
source=("https://github.com/gilbertw1/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7a2906bf679c28177f85ea6f2c0a443dfc4ac9542635564946fa8e9c0eea0b1d')
+sha256sums=('4a716c70244f55ff9daaed113cf93c181ed18798f39b7097fad53da2aa343606')
build() {
cd "$pkgname-$pkgver"