[arch-commits] Commit in k3b/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Nov 6 15:21:18 UTC 2014


    Date: Thursday, November 6, 2014 @ 16:21:17
  Author: eric
Revision: 225671

upgpkg: k3b 1:2.0.3a-1

Upstream update

Modified:
  k3b/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-06 15:12:21 UTC (rev 225670)
+++ PKGBUILD	2014-11-06 15:21:17 UTC (rev 225671)
@@ -2,8 +2,9 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=k3b
-pkgver=2.0.3
+pkgver=2.0.3a
 pkgrel=1
+epoch=1
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/k3b/"
@@ -19,17 +20,12 @@
             'cdparanoia: for cd ripping support')
 install=k3b.install
 source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('0886c0fb9f9bdc4f50dee0e20d1de80962738f49')
+sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/K3B_VERSION_RELEASE 2/K3B_VERSION_RELEASE 3/' CMakeLists.txt
-}
-
 build() {
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-2.0.3 \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
   make



More information about the arch-commits mailing list