summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamon2018-09-23 22:32:49 +0200
committerRamon2018-09-23 22:32:49 +0200
commit49e87fa108402f1a5cfb55b155f65f70782ef262 (patch)
treeea5626b8ee8ed3b4744602a0f89b3bb9e734961b
parenteb7a74ba16f15b20111bd838c1441a753763cb7b (diff)
downloadaur-49e87fa108402f1a5cfb55b155f65f70782ef262.tar.gz
Releasing version 3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f904e583d26..7cbdb843c199 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = imgurbash2
pkgdesc = A small shell script that uploads/deletes images to/from imgur.com
- pkgver = 2.1
- pkgrel = 3
+ pkgver = 3.0
+ pkgrel = 4
url = https://github.com/ram-on/imgurbash2
arch = any
license = MIT
depends = curl
optdepends = xsel: automatically putting the URL on the X selection for easy pasting
optdepends = xclip: an alternative to xsel
- source = https://github.com/ram-on/imgurbash2/archive/2.1.tar.gz
- sha256sums = 6f21ab00d5491cae62fdd3ac0068d344a03d99bd35f688487ae1ec17ff62056f
+ source = https://github.com/ram-on/imgurbash2/archive/3.0.tar.gz
+ sha256sums = 363fbf6e5179dded7504fdc3cc9311e4c9e3e9a91c979fbddba3e4dabd33f6c9
pkgname = imgurbash2
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"