summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfuan_k2021-03-24 00:11:52 +0100
committerfuan_k2021-03-24 00:11:52 +0100
commita12b115804431b1bb9aa49a2b1f845bfd142bf04 (patch)
tree6eceb9cda6cbf3b110b616e8cac6ee22f8becab6
parentc2fca01306d842f2ce839fd5d5bf70eb2571b9be (diff)
downloadaur-a12b115804431b1bb9aa49a2b1f845bfd142bf04.tar.gz
Update to 4.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68327319c4fc..8add3452453c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dupeguru
pkgdesc = Find duplicate files with various contents, using perceptual diff for pictures
- pkgver = 4.1.0
- pkgrel = 4
+ pkgver = 4.1.1
+ pkgrel = 1
url = https://dupeguru.voltaicideas.net/
arch = any
license = GPL3
@@ -18,8 +18,8 @@ pkgbase = dupeguru
conflicts = dupeguru-se
conflicts = dupeguru-pe
conflicts = dupeguru-me
- source = https://github.com/arsenetar/dupeguru/archive/4.1.0.tar.gz
- md5sums = eee02386ea18f592502c05049eda9f99
+ source = https://github.com/arsenetar/dupeguru/archive/refs/tags/4.1.1.tar.gz
+ md5sums = a88af36a661c813874bb6a2b8d5becbc
pkgname = dupeguru
diff --git a/PKGBUILD b/PKGBUILD
index 24df2dde7bef..62345b4693d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bijaya Dangol <dangoldbj23@gmail.com>
# Contributor: Virgil Dupras <hsoft@hardcoded.net>
pkgname=dupeguru
-pkgver=4.1.0
-pkgrel=4
+pkgver=4.1.1
+pkgrel=1
pkgdesc="Find duplicate files with various contents, using perceptual diff for pictures"
arch=('any')
url="https://dupeguru.voltaicideas.net/"
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('python' 'python-pyqt5' 'python-polib' 'python-send2trash' 'python-hsaudiotag3k'
'libxkbcommon-x11')
makedepends=('python-distro' 'python-sphinx')
-source=( https://github.com/arsenetar/${pkgname}/archive/${pkgver}.tar.gz )
-md5sums=('eee02386ea18f592502c05049eda9f99')
+source=( https://github.com/arsenetar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz )
+md5sums=('a88af36a661c813874bb6a2b8d5becbc')
provides=("dupeguru")
conflicts=("dupeguru-git" "dupeguru-se" "dupeguru-pe" "dupeguru-me")
@@ -31,7 +31,6 @@ package() {
cp -R "help" "build"
cp -R "locale" "build"
- msg "Starting package..."
python package.py --arch-pkg
cd "build/${pkgname}-arch"