summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorEinhard Leichtfuß2021-06-29 00:03:25 +0200
committerEinhard Leichtfuß2021-06-29 00:21:38 +0200
commitff8b7a7d9c2bc3ac9f26a30d97b310bd4d3c7a2b (patch)
treedc9f2c5bae38a68472c8333d5bd236fbe4889c80 /.SRCINFO
parentb0aecb2472cb779c8aaac6259f66e15dfa1108a0 (diff)
downloadaur-ff8b7a7d9c2bc3ac9f26a30d97b310bd4d3c7a2b.tar.gz
Address gcc errors, and other improvements
As reported by `Musse', the now default `-Werror=format-security' caused building to fail due to usage of {,f}printf(3) with variable format strings. This did actually not affect this package security-wise before; the affected files were built, but neither run nor included in the package. Changes: * Only build what is needed. - The files affected by the security issues (and, thus, the gcc errors) are not built anymore. - Less make dependencies. * `makedepends' is now correct, building in chroot works. * Apply Debian patches; e.g., * Port that one script from python2 to python3. * Fix the mentioned security issues--which would not affect this package anyways. - Remove the need for one of the sed calls. * The affected file is not built anymore, though. * Do not use pre-autogenerated Makefiles et al.. * Other minor changes.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO14
1 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e7baa90301..f5873b4c03e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
pkgbase = dict-wn
pkgdesc = WordNet for dictd et al.
pkgver = 3.1
- pkgrel = 4
+ pkgrel = 5
url = https://wordnet.princeton.edu/
install = dict-wn.install
arch = any
license = custom: WordNet License
+ license = GPL2
license = GPL
makedepends = dictd
- makedepends = tk
- makedepends = python2
- makedepends = ghostscript
+ makedepends = python
optdepends = dictd: dict client and server
provides = dictd-wn
conflicts = dictd-wn
- source = http://wordnetcode.princeton.edu/wn3.1.dict.tar.gz
- source = http://ftp.de.debian.org/debian/pool/main/w/wordnet/wordnet_3.0.orig.tar.gz
+ source = https://wordnetcode.princeton.edu/wn3.1.dict.tar.gz
+ source = https://deb.debian.org/debian/pool/main/w/wordnet/wordnet_3.0.orig.tar.gz
+ source = https://deb.debian.org/debian/pool/main/w/wordnet/wordnet_3.0-36.debian.tar.xz
sha512sums = 16dca17a87026d8a0b7b4758219cd21a869c3ef3da23ce7875924546f2eacac4c2f376cb271b798b2c458fe8c078fb43d681356e3d9beef40f4bd88d3579394f
sha512sums = f153ea6be57ef57b18e4f0857e2ce0493ee75171f60df4b3aa669f4279c1b2ad91641da166b450d95a89166d50d6dc0d9f199710fa2f1ab934882028760d6917
+ sha512sums = ca9a445e0f447073f5aa13fdeefe339f8c34d0510d7a9ac5b1bf0167d5d5fa23f796267fb34aec963f47b0611565454b33c798ad4424c9cd84eef5f665fd514b
pkgname = dict-wn
-