summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRamon2016-04-25 22:58:39 +0200
committerRamon2016-04-25 22:58:39 +0200
commitab19fc30e6be328999ccf80186628ed4149f9a37 (patch)
tree1b5b80f4d2ba1480cca868d1b1a4c0218cb2898e /PKGBUILD
parent726dbd588196e6b047a128d079128da1eabae28b (diff)
downloadaur-ab19fc30e6be328999ccf80186628ed4149f9a37.tar.gz
Committing version 2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b5166125bff..e2e3668850f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Ramon <https://github.com/ram-on/imgurbash2>
+# Maintainer: Ramon <https://github.com/ram-on/imgurbash2>
pkgname=imgurbash2
-pkgver=2.0
-pkgrel=2
-pkgdesc="A shell script that uploads/deletes images to/from imgur.com"
+pkgver=2.1
+pkgrel=3
+pkgdesc="A small shell script that uploads/deletes images to/from imgur.com"
arch=('any')
url="https://github.com/ram-on/imgurbash2"
license=('MIT')
@@ -11,7 +11,7 @@ depends=('curl')
optdepends=('xsel: automatically putting the URL on the X selection for easy pasting'
'xclip: an alternative to xsel')
source=("https://github.com/ram-on/imgurbash2/archive/${pkgver}.tar.gz")
-sha256sums=('00a1c133472412315a678e0882cbd96165c176402ca506582b046a3d9680fc36')
+sha256sums=('80c6859ffc0b49ccb8e3beac0d0ca8412de83b823fef1adf9152e06c21c40ce1')
package() {
cd "$pkgname-$pkgver"