summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb2910827408..d99b47698088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
-pkgver=0.1.4
+pkgver=0.1.4.1
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')
makedepends=('cargo')
source=("https://github.com/gilbertw1/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('875a659ff3ac705dc1ca499f257f138681a62bfb73a57de365bc5351e270064d')
+sha256sums=('90c1d3fa009717ae85985706c95f314917afa7aaf3a370d4cccd23e877ed2c20')
build() {
cd "$pkgname-$pkgver"