diff --git a/.SRCINFO b/.SRCINFO index a9a1b697781d2..f8c7752ba70c7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = czkawka pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc. - pkgver = 7.0.0 + pkgver = 8.0.0 pkgrel = 0.1 url = https://github.com/qarmin/czkawka arch = aarch64 @@ -22,8 +22,8 @@ pkgbase = czkawka depends = gcc-libs depends = glibc depends = libheif - source = git+https://github.com/qarmin/czkawka.git#commit=8109a826b9a24289aa9f9f7f77445d478a33d739 - sha512sums = SKIP + source = git+https://github.com/qarmin/czkawka.git#tag=8.0.0 + b2sums = 5512d4bfd2201bd7c64ae5d1f57faa2334da1110879fbf55b60d53ea5740623d2998ccaa4aae58b343062671024196e99fa0a299014de606ed4a9728af45214f pkgname = czkawka-cli pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc. (CLI) diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 0000000000000..aaa29f5cb5d6b --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,3 @@ +[czkawka] +source = "git" +git = "https://github.com/qarmin/czkawka.git" diff --git a/PKGBUILD b/PKGBUILD index 74bd430832c6a..470d395dbd90a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=( czkawka-gui krokiet ) -pkgver=7.0.0 +pkgver=8.0.0 pkgrel=0.1 pkgdesc='Multi functional app to find duplicates, empty folders, similar images etc.' url='https://github.com/qarmin/czkawka' @@ -37,14 +37,8 @@ makedepends=( pango ) checkdepends=(xorg-server-xvfb) -_commit=8109a826b9a24289aa9f9f7f77445d478a33d739 # tags/7.0.0^0 -source=("git+https://github.com/qarmin/czkawka.git#commit=${_commit}") -sha512sums=('SKIP') - -pkgver() { - cd ${pkgbase} - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' -} +source=("git+https://github.com/qarmin/czkawka.git#tag=$pkgver") +b2sums=('5512d4bfd2201bd7c64ae5d1f57faa2334da1110879fbf55b60d53ea5740623d2998ccaa4aae58b343062671024196e99fa0a299014de606ed4a9728af45214f') build() { cd ${pkgbase}