summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamon2016-04-25 22:58:39 +0200
committerRamon2016-04-25 22:58:39 +0200
commitab19fc30e6be328999ccf80186628ed4149f9a37 (patch)
tree1b5b80f4d2ba1480cca868d1b1a4c0218cb2898e
parent726dbd588196e6b047a128d079128da1eabae28b (diff)
downloadaur-ab19fc30e6be328999ccf80186628ed4149f9a37.tar.gz
Committing version 2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b11e6b90bbc..86b3f724326d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = imgurbash2
- pkgdesc = A shell script that uploads/deletes images to/from imgur.com
- pkgver = 2.0
- pkgrel = 2
+ pkgdesc = A small shell script that uploads/deletes images to/from imgur.com
+ pkgver = 2.1
+ pkgrel = 3
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.0.tar.gz
- sha256sums = 00a1c133472412315a678e0882cbd96165c176402ca506582b046a3d9680fc36
+ source = https://github.com/ram-on/imgurbash2/archive/2.1.tar.gz
+ sha256sums = 80c6859ffc0b49ccb8e3beac0d0ca8412de83b823fef1adf9152e06c21c40ce1
pkgname = imgurbash2
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"