summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRamon2018-09-23 22:32:49 +0200
committerRamon2018-09-23 22:32:49 +0200
commit49e87fa108402f1a5cfb55b155f65f70782ef262 (patch)
treeea5626b8ee8ed3b4744602a0f89b3bb9e734961b /PKGBUILD
parenteb7a74ba16f15b20111bd838c1441a753763cb7b (diff)
downloadaur-49e87fa108402f1a5cfb55b155f65f70782ef262.tar.gz
Releasing version 3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65a97d54a6ac..3d92eb4ff1d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ramon <https://github.com/ram-on/imgurbash2>
pkgname=imgurbash2
-pkgver=2.1
-pkgrel=3
+pkgver=3.0
+pkgrel=4
pkgdesc="A small shell script that uploads/deletes images to/from imgur.com"
arch=('any')
url="https://github.com/ram-on/imgurbash2"
@@ -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=('6f21ab00d5491cae62fdd3ac0068d344a03d99bd35f688487ae1ec17ff62056f')
+sha256sums=('363fbf6e5179dded7504fdc3cc9311e4c9e3e9a91c979fbddba3e4dabd33f6c9')
package() {
cd "$pkgname-$pkgver"