summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-03-17 18:07:55 +0100
committerhaawda2019-03-17 18:07:55 +0100
commit8241757aed2c463956dcd6b2db122ffaf8b91b48 (patch)
tree26414efec0f8068ceb793ab6d2e22d350aaf2284
parentb2e532d1d0c217bb885ae3d4efa292108f81296c (diff)
downloadaur-8241757aed2c463956dcd6b2db122ffaf8b91b48.tar.gz
depend on legacy version of dcmtk
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e165645047..8cd60486be89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aeskulap
pkgdesc = Medical image viewer and DICOM client. Compatible with parallel installation of the package 'dcmtk'.
pkgver = 0.2.2.beta2.1.gce82f85
- pkgrel = 1
+ pkgrel = 2
url = http://www.nongnu.org/aeskulap
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = aeskulap
makedepends = gconf
depends = libglademm
depends = dconf
- depends = dcmtk
+ depends = dcmtk363
options = !libtool
options = !makeflags
source = git+https://github.com/jenslody/aeskulap.git#commit=ce82f856868f7a3217fff714d0de5ee8b6cf3aa2
diff --git a/PKGBUILD b/PKGBUILD
index adb0960f9807..d263e52967a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=aeskulap
pkgver=0.2.2.beta2.1.gce82f85
-pkgrel=1
+pkgrel=2
pkgdesc="Medical image viewer and DICOM client. Compatible with parallel installation of the package 'dcmtk'."
arch=('i686' 'x86_64')
url="http://www.nongnu.org/aeskulap"
license=('GPL')
-depends=('libglademm' 'dconf' 'dcmtk')
+depends=('libglademm' 'dconf' 'dcmtk363')
makedepends=('git' 'intltool' 'perl-xml-parser' 'gconf')
options=('!libtool' '!makeflags')
-source=("git+https://github.com/jenslody/$pkgname.git#commit=ce82f856868f7a3217fff714d0de5ee8b6cf3aa2")
+source=("git+https://github.com/jenslody/$pkgname.git#commit=ce82f856868f7a3217fff714d0de5ee8b6cf3aa2")
md5sums=('SKIP')
pkgver() {