summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2164ac652f40..767017173448 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = itk-snap-nightly-bin
pkgdesc = A software application used to segment structures in 3D medical images (nightly build)
- pkgver = 3.8.0.r4.8ad549e8
+ pkgver = 3.8.0.r5.f4a3d448
pkgrel = 1
url = https://www.itksnap.org
arch = x86_64
@@ -9,7 +9,8 @@ pkgbase = itk-snap-nightly-bin
makedepends = git
depends = curl
depends = glib2
- provides = itk-snap=3.8.0.r4.8ad549e8
+ depends = libpng12
+ provides = itk-snap=3.8.0.r5.f4a3d448
conflicts = itk-snap
noextract = itk-snap.tar.gz
source = itk-snap-git::git+https://git.code.sf.net/p/itk-snap/src
diff --git a/PKGBUILD b/PKGBUILD
index fa7bbcad16a3..49e591fc6731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=itk-snap-nightly-bin
_pkgname=itk-snap
-pkgver=3.8.0.r4.8ad549e8
+pkgver=3.8.0.r5.f4a3d448
_pkgver=3.8.0
pkgrel=1
pkgdesc='A software application used to segment structures in 3D medical images (nightly build)'
@@ -12,6 +12,7 @@ license=('GPL')
depends=(
'curl'
'glib2'
+ 'libpng12'
)
makedepends=(
'gendesk'