summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Angel Useche Castro2021-06-22 22:47:22 -0500
committerMiguel Angel Useche Castro2021-06-22 22:47:22 -0500
commitb438b24807929d1de7a03f77015f58035909cae1 (patch)
tree44be8daa956ec01fd903b98c3f0cd8cc34263332
parentd08b942b745edbb4fba90d27c2fd084ee3792ff2 (diff)
downloadaur-b438b24807929d1de7a03f77015f58035909cae1.tar.gz
removing flags
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD5
2 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 408ae2f1c5ba..51f2ad387c84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = dcmtk
depends = libxml2
depends = openssl
depends = libwrap
- options = !buildflags
source = ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk366/dcmtk-3.6.6.tar.gz
sha512sums = 2bba96eac5908012eec7f510e05e7e426b3f1d2454fcdec056a3de9eb724b04d9d12f3cd0088b1f3be9c32430367600abdf30514d0f62c2f017f7740d1008b63
diff --git a/PKGBUILD b/PKGBUILD
index a13a96cb0e58..36c9cef16fa5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dcmtk
pkgver=3.6.6
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of libraries and applications implementing large parts the DICOM standard"
arch=('i686' 'x86_64')
url="http://dicom.offis.de/dcmtk"
@@ -15,9 +15,6 @@ makedepends=('cmake' 'make')
source=("ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk366/${pkgname}-${pkgver}.tar.gz")
sha512sums=('2bba96eac5908012eec7f510e05e7e426b3f1d2454fcdec056a3de9eb724b04d9d12f3cd0088b1f3be9c32430367600abdf30514d0f62c2f017f7740d1008b63')
-#Currently it's not building otherwise
-options=(!buildflags)
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"