summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Haller2022-10-05 16:37:19 -0500
committerAngelo Haller2022-10-05 16:37:19 -0500
commite8faa69f9d19bc2ddaa9ef130bc6a738224df1cf (patch)
treec703bcc8817e7bffa751d3f097ebabb60438a0e4
parentdc4b4b3528e6edad743c7107a7a256ffa49eb1c6 (diff)
downloadaur-findimage.tar.gz
Update to 0.1.1.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 284641e0b2a1..080eef510ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = findimage
pkgdesc = Search for original sources of cropped images and thumbnails.
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = http://szanni.org/findimage
arch = any
license = BSD
depends = opencv>=4.0
- source = http://szanni.org/findimage/download/findimage-0.1.0.tar.xz
- sha256sums = 6bd213c13b48b63d3efd44ed6a91c652011efe6c41aeb4e9129a190b46ccfe63
+ source = http://szanni.org/findimage/download/findimage-0.1.1.tar.xz
+ sha256sums = 8daa556a5f161cf41e2ee0146f4de8c65ffce362674f759cf9ee1b17b69f479d
pkgname = findimage
-
diff --git a/PKGBUILD b/PKGBUILD
index 8d32a2a7033a..eaef4241997c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Angelo Haller <aur.archlinux@szanni.org>
pkgname=findimage
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Search for original sources of cropped images and thumbnails."
arch=('any')
@@ -9,7 +9,7 @@ url="http://szanni.org/findimage"
license=('BSD')
depends=('opencv>=4.0')
source=($url/download/$pkgname-$pkgver.tar.xz)
-sha256sums=('6bd213c13b48b63d3efd44ed6a91c652011efe6c41aeb4e9129a190b46ccfe63')
+sha256sums=('8daa556a5f161cf41e2ee0146f4de8c65ffce362674f759cf9ee1b17b69f479d')
build() {
cd "$srcdir/$pkgname-$pkgver"