summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2017-11-01 09:37:46 +0100
committerJames Crompton2017-11-01 09:37:46 +0100
commitf32f4cc60c44e1f26df29b74a7ea06cf7bf45685 (patch)
tree667f5f50e9584c51c384df4f2820d9f6a65a5a12
parent80bf2bc8a8890e9db43492471b489f558448419f (diff)
downloadaur-f32f4cc60c44e1f26df29b74a7ea06cf7bf45685.tar.gz
Variable language, no gstreamer0.10 dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b29cb6c673e2..1acae93bf427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cewe-fotobuch
pkgdesc = an offline client for creating photobooks, uploading and ordering them at cewe.de
pkgver = 6.2.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.cewe.de/
install = cewe-fotobuch.install
arch = i686
@@ -12,11 +12,10 @@ pkgbase = cewe-fotobuch
depends = libjpeg
depends = curl
depends = wget
- depends = gstreamer0.10-base
conflicts = cewe-fotoservice
source = https://dls.photoprintit.com/download/Data/16523-de_DE/hps/setup_Mein_CEWE_FOTOBUCH.tgz
source = updater.pl
- md5sums = 19b8ff60e5973fb816b86b94af9a0835
+ md5sums = e38e0028dd12dfc2e5d66257855f4e9f
md5sums = 422a405d520e18ef9afade2e7c24440b
pkgname = cewe-fotobuch
diff --git a/PKGBUILD b/PKGBUILD
index cb972f1b54ca..ff8514f0d88b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@
_keyaccount=16523
_productUrname='Mein CEWE FOTOBUCH'
_productRename='CEWE Fotobuch'
+_lang='de_DE'
pkgname=cewe-fotobuch
conflicts=(cewe-fotoservice)
@@ -12,13 +13,13 @@ md5sums=('19b8ff60e5973fb816b86b94af9a0835'
'422a405d520e18ef9afade2e7c24440b')
pkgver=6.2.4
-pkgrel=2
+pkgrel=3
url="http://www.cewe.de/"
license=("custom:eula")
-depends=('libx11' 'libjpeg' 'curl' 'wget' 'gstreamer0.10-base')
+depends=('libx11' 'libjpeg' 'curl' 'wget')
makedepends=('unzip')
arch=('i686' 'x86_64')
-source=("https://dls.photoprintit.com/download/Data/$_keyaccount-de_DE/hps/setup_${_productUrname// /_}.tgz"
+source=("https://dls.photoprintit.com/download/Data/$_keyaccount-$_lang/hps/setup_${_productUrname// /_}.tgz"
'updater.pl')
install=$pkgname.install