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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Sep 19 21:09:21 UTC 2015


    Date: Saturday, September 19, 2015 @ 23:09:21
  Author: svenstaro
Revision: 141101

upgpkg: audaspace 1.0-1

upstream release 1.0

Modified:
  audaspace/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-19 21:02:44 UTC (rev 141100)
+++ PKGBUILD	2015-09-19 21:09:21 UTC (rev 141101)
@@ -1,8 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=audaspace
-pkgver=1.0rc1
-_pkgver=1.0-rc1
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc="A high level and feature rich audio library written in C++ with language bindings"
 arch=("x86_64" "i686")
 url="http://audaspace.github.io/"
@@ -10,11 +9,11 @@
 depends=('ffmpeg' 'openal' 'sdl2' 'libsndfile' 'jack')
 makedepends=('cmake' 'python' 'python-setuptools')
 optdepends=()
-source=("https://github.com/audaspace/audaspace/archive/${_pkgver}.tar.gz")
-md5sums=('efd48bbc0b75c3c2326b6d9b83077fd4')
+source=("https://github.com/audaspace/audaspace/archive/v${pkgver}.tar.gz")
+md5sums=('c44ef32aa0ab4547d42395a1c999879d')
 
 build() {
-	cd "${pkgname}-${_pkgver}"
+	cd "${pkgname}-${pkgver}"
 
     mkdir build
     cd build
@@ -29,7 +28,7 @@
 }
 
 package() {
-	cd "${pkgname}-${_pkgver}"
+	cd "${pkgname}-${pkgver}"
 
     cd build
 



More information about the arch-commits mailing list