summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Angel Useche Castro2023-04-09 10:23:16 -0500
committerMiguel Angel Useche Castro2023-04-09 10:23:16 -0500
commitfe17d22ed5f301b0fcbfd74a037397622eeaf3d1 (patch)
tree0489a30bd121495647a88e18acdb03bf6038f8da
parent18586af622ecd484514952d7f49cb1987bdc4a1c (diff)
downloadaur-fe17d22ed5f301b0fcbfd74a037397622eeaf3d1.tar.gz
updating dependencies and removing libwrap
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4f881438f79..5b791fe7168a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = dcmtk
pkgdesc = A collection of libraries and applications implementing large parts the DICOM standard
pkgver = 3.6.7
- pkgrel = 1
+ pkgrel = 2
url = http://dicom.offis.de/dcmtk
arch = i686
arch = x86_64
license = other
makedepends = cmake
makedepends = make
- depends = zlib
depends = libpng
depends = libtiff
depends = libxml2
depends = openssl
- depends = libwrap
+ depends = zlib
source = https://dicom.offis.de/download/dcmtk/dcmtk367/dcmtk-3.6.7.tar.gz
sha512sums = b9c227f496de65424256636fa7ad266affc6593f72c6849271da94837b68c93a5b8e056ecd09d46550b6ac0530c406ab9f71751d317a5fd4171a222f9fc9ca45
diff --git a/PKGBUILD b/PKGBUILD
index 50f1a19a8305..cf2ee2ab6284 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=dcmtk
pkgver=3.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of libraries and applications implementing large parts the DICOM standard"
arch=('i686' 'x86_64')
url="http://dicom.offis.de/dcmtk"
license=('other')
-depends=('zlib' 'libpng' 'libtiff' 'libxml2' 'openssl' 'libwrap')
-optdepedns=('libiconv')
+depends=('libpng' 'libtiff' 'libxml2' 'openssl' 'zlib')
+optdepedns=('libiconv' 'libicu')
makedepends=('cmake' 'make')
source=("https://dicom.offis.de/download/dcmtk/dcmtk367/${pkgname}-${pkgver}.tar.gz");
sha512sums=('b9c227f496de65424256636fa7ad266affc6593f72c6849271da94837b68c93a5b8e056ecd09d46550b6ac0530c406ab9f71751d317a5fd4171a222f9fc9ca45')