summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinhard Leichtfuß2021-07-01 05:13:23 +0200
committerEinhard Leichtfuß2021-07-01 05:13:23 +0200
commitf2a3a12023b3570ef0dd3ba25d44157302b466f4 (patch)
tree205ddf30214b886654feb05cee35d3d1bc5daaf5
parent3ae9c77539b707d3c83226638d9a9906f4485809 (diff)
downloadaur-f2a3a12023b3570ef0dd3ba25d44157302b466f4.tar.gz
Correct versioned dependency
Not only the source must be sufficiently recent, but also the corresponding PKGBUILD.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 058f1aa39f11..cedaf657fe1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = dict-freedict-deu-eng
arch = any
license = GPL
license = AGPL3
- makedepends = freedict-tools-svn>=1:r440
+ makedepends = freedict-tools-svn>=1:r443-2
optdepends = dictd: dict client and server
source = https://ftp.tu-chemnitz.de/pub/Local/urz/ding/old-releases/ding-1.8.1.tar.gz
sha512sums = 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4
diff --git a/PKGBUILD b/PKGBUILD
index 4c2cb17eb9c2..d09b1c48d58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ arch=('any')
url="https://freedict.org/"
license=('GPL' 'AGPL3')
optdepends=('dictd: dict client and server')
-makedepends=('freedict-tools-svn>=1:r440')
+makedepends=('freedict-tools-svn>=1:r443-2')
install=${pkgname}.install
source=("https://ftp.tu-chemnitz.de/pub/Local/urz/ding/old-releases/ding-${_dingver}.tar.gz")
sha512sums=('7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4')