summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 18:35:15 +0800
committerChocobo12023-04-10 18:35:15 +0800
commitea13765a76477184ccafbae0e175482f52672f76 (patch)
tree80757d69ecf3bb195f5a695c08479e0f3381ec19
parent753280db304307557716eb5e3e79f8af77cabd15 (diff)
downloadaur-ea13765a76477184ccafbae0e175482f52672f76.tar.gz
upgpkg: faac-git 1.30.r6.g11215a2-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 155ceb89302f..040a8ddf3a4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = faac-git
pkgdesc = An MPEG-4 and MPEG-2 AAC encoder
- pkgver = 1.29.3.r3.gcc91e09
+ pkgver = 1.30.r6.g11215a2
pkgrel = 1
- url = http://faac.sourceforge.net/
+ url = https://faac.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
@@ -10,10 +10,9 @@ pkgbase = faac-git
license = Custom
makedepends = git
depends = glibc
- provides = faac
+ provides = faac=1.30.r6.g11215a2
conflicts = faac
source = git+https://git.code.sf.net/p/faac/faac
sha256sums = SKIP
pkgname = faac-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8e149d71bf72..a566ed0fe984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=faac-git
-pkgver=1.29.3.r3.gcc91e09
+pkgver=1.30.r6.g11215a2
pkgrel=1
pkgdesc="An MPEG-4 and MPEG-2 AAC encoder"
arch=('i686' 'x86_64')
-url="http://faac.sourceforge.net/"
+url="https://faac.sourceforge.net/"
license=('GPL' 'BSD' 'Custom')
depends=('glibc')
makedepends=('git')
-provides=('faac')
+provides=("faac=$pkgver")
conflicts=('faac')
source=("git+https://git.code.sf.net/p/faac/faac")
sha256sums=('SKIP')
@@ -25,7 +25,8 @@ build() {
cd "faac"
./bootstrap
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}
@@ -34,6 +35,6 @@ package() {
make DESTDIR="$pkgdir" install
- install -Dm644 "README" "$pkgdir/usr/share/licenses/faac/README"
- install -Dm644 "libfaac/kiss_fft/COPYING" "$pkgdir/usr/share/licenses/faac/COPYING"
+ install -Dm644 "README" -t "$pkgdir/usr/share/licenses/faac"
+ install -Dm644 "libfaac/kiss_fft/COPYING" -t "$pkgdir/usr/share/licenses/faac"
}