summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Legner2018-11-02 08:32:38 +0100
committerSimon Legner2018-11-02 08:32:38 +0100
commit669c706cdab9f63521e9edb2bf869a10d7a13bc7 (patch)
tree1bfef20463a94d57f49a8779ac96e0a0272a3cb6 /PKGBUILD
parente9a580f14ef0399520d4377ec8f52fe6c7ade57f (diff)
downloadaur-669c706cdab9f63521e9edb2bf869a10d7a13bc7.tar.gz
Update to 1.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26e918d253e4..ded9316c81ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=caire
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Content aware image resize library based on Seam Carving"
arch=('x86_64' 'i686')
url="https://github.com/esimov/caire"
license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/esimov/$pkgname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/esimov/$pkgname/archive/$pkgver.tar.gz")
makedepends=('go')
_importpath="github.com/esimov/$pkgname"
@@ -30,4 +30,4 @@ package() {
install -m755 "$GOPATH/src/$_importpath/cmd/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
}
-sha256sums=('1398a3fdce1839df4a3094dfab1eadc03e1dac321f45395c3617685669750522')
+sha256sums=('cfb409c7e8cd4807b6a8861daa05b06be2ae21df58bf46220b6ba63e1e1f9181')