summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-07-26 21:21:34 -0400
committerBryan Gilbert2017-07-26 21:21:34 -0400
commitaeddb20eaeab28134945a2f6d900ae1554abdd01 (patch)
treeb78cf8504771ef8dacc56aa166ba391b17a46fde
parent7d8a96aee2f3af3e4f6a7a1ff399464ffc9251f4 (diff)
downloadaur-aeddb20eaeab28134945a2f6d900ae1554abdd01.tar.gz
updated to 0.2.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c634677dc67b..828e819573b5 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.1
+ pkgver = 0.2.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.1.tar.gz
- sha256sums = 90c1d3fa009717ae85985706c95f314917afa7aaf3a370d4cccd23e877ed2c20
+ source = https://github.com/gilbertw1/drop/archive/0.2.1.tar.gz
+ sha256sums = 644be15d501868f0ccec45f7b5342c0bc05b7862159be515e79c5f4f884ee50b
pkgname = drop
diff --git a/PKGBUILD b/PKGBUILD
index d99b47698088..b852f0e8f24d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=drop
-pkgver=0.1.4.1
+pkgver=0.2.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=('90c1d3fa009717ae85985706c95f314917afa7aaf3a370d4cccd23e877ed2c20')
+sha256sums=('644be15d501868f0ccec45f7b5342c0bc05b7862159be515e79c5f4f884ee50b')
build() {
cd "$pkgname-$pkgver"