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

Antonio Rojas arojas at archlinux.org
Fri May 13 19:49:11 UTC 2016


    Date: Friday, May 13, 2016 @ 21:49:11
  Author: arojas
Revision: 175233

Update to 0.1.1

Modified:
  libopenshot-audio/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-13 19:20:13 UTC (rev 175232)
+++ PKGBUILD	2016-05-13 19:49:11 UTC (rev 175233)
@@ -4,8 +4,8 @@
 # Contributor: Jonathan Thomas <jonathan at openshot.org>
 
 pkgname=libopenshot-audio
-pkgver=0.0.6
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
 pkgdesc="A high-quality audio editing and playback library used by libopenshot."
 arch=('i686' 'x86_64')
 url="http://openshot.org/"
@@ -12,18 +12,19 @@
 license=('GPL3')
 depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
 makedepends=('cmake' 'doxygen')
-source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('60abba3609a8c67c621a268be7ba8afd1225f81d74142d808173fb441564e2db')
+source=("https://launchpad.net/libopenshot/0.1/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('2d6737ea309e07c37605aa9b09aa92afa04923c22f74fb852a2b75d3838de633')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+#	cd "${srcdir}/${pkgname}-${pkgver}"
 	mkdir build
 	cd build
-	cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../
+	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 	make
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}/build"
+#	cd "${srcdir}/${pkgname}-${pkgver}/build"
+        cd build
 	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list