[arch-commits] Commit in libfdk-aac/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Oct 9 06:27:58 UTC 2019
Date: Wednesday, October 9, 2019 @ 06:27:58
Author: alucryd
Revision: 514328
upgpkg: libfdk-aac 2.0.1-1
Modified:
libfdk-aac/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-09 06:17:59 UTC (rev 514327)
+++ PKGBUILD 2019-10-09 06:27:58 UTC (rev 514328)
@@ -3,17 +3,23 @@
# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
pkgname=libfdk-aac
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='Fraunhofer FDK AAC codec library'
arch=(x86_64)
-url='https://sourceforge.net/projects/opencore-amr/'
+url=https://sourceforge.net/projects/opencore-amr/
license=(custom)
makedepends=(git)
provides=(libfdk-aac.so)
-source=(git+https://github.com/mstorsjo/fdk-aac.git#tag=v${pkgver})
-sha256sums=('SKIP')
+source=(git+https://github.com/mstorsjo/fdk-aac.git#tag=d387d3b6ed79ff9a82c60440bdd86e6e5e324bec)
+sha256sums=(SKIP)
+pkgver() {
+ cd fdk-aac
+
+ git describe --tags | sed 's/^v//'
+}
+
prepare() {
cd fdk-aac
@@ -24,7 +30,7 @@
cd fdk-aac
./configure \
- --prefix='/usr' \
+ --prefix=/usr \
--disable-static
make
}
More information about the arch-commits
mailing list