summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"