summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfuan_k2022-03-29 23:02:03 +0200
committerfuan_k2022-03-29 23:02:03 +0200
commit7889216ada205fb4c6ad0dbe4e93cfc194d46974 (patch)
treef46ad3fd49595c2729185c9067c7724559228ce3
parentd98398d540b79894f7e6b7a751c87fcfb5e5e7f7 (diff)
downloadaur-7889216ada205fb4c6ad0dbe4e93cfc194d46974.tar.gz
Add new dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2ff8673ee54..a05539e7b00c 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.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://dupeguru.voltaicideas.net/
arch = any
license = GPL3
@@ -11,6 +11,8 @@ pkgbase = dupeguru
depends = python-pip
depends = python-pyqt5
depends = python-polib
+ depends = python-semantic-version
+ depends = python-xxhash
depends = python-mutagen
depends = python-send2trash
depends = libxkbcommon-x11
@@ -20,6 +22,6 @@ pkgbase = dupeguru
conflicts = dupeguru-pe
conflicts = dupeguru-me
source = https://github.com/arsenetar/dupeguru/archive/refs/tags/4.2.1.tar.gz
- md5sums = 4a94c599a68bb7c6555feb446268c651
+ md5sums = 445a0e7a7a0549f00364eaf4e4f78229
pkgname = dupeguru
diff --git a/PKGBUILD b/PKGBUILD
index effd5a418240..65f183237c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
# Contributor: Virgil Dupras <hsoft@hardcoded.net>
pkgname=dupeguru
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Find duplicate files with various contents, using perceptual diff for pictures"
arch=('any')
url="https://dupeguru.voltaicideas.net/"
license=('GPL3')
-depends=('python' 'python-pip' 'python-pyqt5' 'python-polib'
+depends=('python' 'python-pip' 'python-pyqt5' 'python-polib'
+ 'python-semantic-version' 'python-xxhash'
'python-mutagen' 'python-send2trash' 'libxkbcommon-x11')
makedepends=('python-distro' 'python-sphinx')
source=( https://github.com/arsenetar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz )