summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 328eaba99c54..6414cb7981d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,18 @@
-# Generated by mksrcinfo v8
-# Thu Jul 7 03:53:13 UTC 2016
pkgbase = lightzone
pkgdesc = A professional photo browser and editor, like Aperture or Lightroom
- pkgver = 4.1.6
+ pkgver = 4.1.7
pkgrel = 1
url = http://lightzoneproject.org/
arch = i686
arch = x86_64
license = custom
depends = javahelp2
+ depends = lib32-libstdc++5
+ depends = lib32-libx11
+ depends = lib32-libxcb
+ depends = lib32-libxtst
+ source = lightzone-4.1.7.deb::http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/amd64/lightzone_4.1.7-0obs1_amd64.deb
+ md5sums = a39c585fbab300ac331530285feb42e9
pkgname = lightzone
diff --git a/PKGBUILD b/PKGBUILD
index cd94d03d7230..db6993a52cd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: N30N <archlinux@alunamation.com>
pkgname="lightzone"
-pkgver=4.1.6
+pkgver=4.1.7
pkgrel=1
pkgdesc="A professional photo browser and editor, like Aperture or Lightroom"
url="http://lightzoneproject.org/"
@@ -13,11 +13,11 @@ depends=("javahelp2")
if [[ $CARCH == 'i686' ]]; then
source=("${pkgname}-${pkgver}.deb::http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/i386/${pkgname}_${pkgver}-0obs1_i386.deb")
- md5sums=('efcad5b6ce42b24af7a7870076442238')
+ md5sums=('a5b8db90817ee902645a9910b3337804')
depends+=("libstdc++5" "libx11" "libxtst")
elif [[ $CARCH == 'x86_64' ]]; then
source=("${pkgname}-${pkgver}.deb::http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/amd64/${pkgname}_${pkgver}-0obs1_amd64.deb")
- md5sums=('c891beeee988db44d1b46c39d21291a5')
+ md5sums=('a39c585fbab300ac331530285feb42e9')
depends+=("lib32-libstdc++5" "lib32-libx11" "lib32-libxcb" "lib32-libxtst")
fi