From c4d258cf80a07024cf13641592d0765e9fdb4284 Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Sun, 8 Mar 2015 15:34:00 +0000 Subject: [PATCH] Rebuild kamerka to get locales back. --- kamerka/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kamerka/PKGBUILD b/kamerka/PKGBUILD index 0ceeee344..fe04b586b 100644 --- a/kamerka/PKGBUILD +++ b/kamerka/PKGBUILD @@ -6,8 +6,8 @@ pkgname=kamerka pkgver=0.8.5 pkgdesc="take photos using your webcam and shiny animated QML interface." -pkgrel=2 -arch=(x86_64) +pkgrel=3 +arch=('x86_64') _kdeapps=142415 url="http://kde-apps.org/content/show.php?content=${_kdeapps}" screenshot="http://kde-apps.org/CONTENT/content-pre1/142415-1.jpg" @@ -19,7 +19,7 @@ source=(http://dosowisko.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz) md5sums=('92e5a274a9818b504186ce42e7211a7c') build(){ - cd $srcdir/$pkgname-$pkgver + cd $pkgname-$pkgver [[ -d build ]] && rm -r build mkdir build && cd build cmake \ @@ -30,6 +30,6 @@ build(){ } package(){ - cd ${srcdir}/${pkgname}-${pkgver}/build - make DESTDIR="${pkgdir}" install -} \ No newline at end of file + cd $pkgname-$pkgver/build + make DESTDIR=$pkgdir install +}