Skip to content

Instantly share code, notes, and snippets.

@tlvince
Created September 30, 2010 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlvince/604845 to your computer and use it in GitHub Desktop.
Save tlvince/604845 to your computer and use it in GitHub Desktop.
--- PKGBUILD-old 2010-10-01 00:10:02.333334783 +0800
+++ PKGBUILD 2010-10-01 00:10:34.206668115 +0800
@@ -3,7 +3,7 @@
pkgname=libkdcraw
pkgver=0.4.1
_orig=kdegraphics
-_origpkgver=4.2.1
+_origpkgver=4.5.1
pkgrel=1
pkgdesc="libkdcraw as standalone library for digikam-slim"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
conflicts=('kdegraphics')
options=('docs')
source=("http://download.kde.org/stable/${_origpkgver}/src/${_orig}-${_origpkgver}.tar.bz2")
-md5sums=('9cc2bc859e678aa6178a5c6cf87eb0ab')
+md5sums=('11c3da572a6205bf5d898e8958d4aadd')
build() {
cd $srcdir
@@ -26,4 +26,4 @@
cd libs/${pkgname}
make || return 1
make DESTDIR=$pkgdir install || return 1
-}
\ No newline at end of file
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment