summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-07-26 15:35:58 -0400
committerBryan Gilbert2017-07-26 15:35:58 -0400
commit7d8a96aee2f3af3e4f6a7a1ff399464ffc9251f4 (patch)
tree2a931837987d297d91aa61403510970061813c45
parentd2a7622631206b63c39a40003a80940bc72c8b3a (diff)
downloadaur-7d8a96aee2f3af3e4f6a7a1ff399464ffc9251f4.tar.gz
Updated to 0.1.4.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c28b36a4d2b8..c634677dc67b 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.1.4
+ pkgver = 0.1.4.1
pkgrel = 1
url = https://github.com/gilbertw1/drop
arch = i686
@@ -12,8 +12,8 @@ pkgbase = drop
depends = slop
depends = imagemagick
depends = ffmpeg
- source = https://github.com/gilbertw1/drop/archive/0.1.4.tar.gz
- sha256sums = 875a659ff3ac705dc1ca499f257f138681a62bfb73a57de365bc5351e270064d
+ source = https://github.com/gilbertw1/drop/archive/0.1.4.1.tar.gz
+ sha256sums = 90c1d3fa009717ae85985706c95f314917afa7aaf3a370d4cccd23e877ed2c20
pkgname = drop
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"