summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 03:26:25 +0800
committerChocobo12023-04-11 03:26:25 +0800
commit137e69813eff10922989aa94672bbea1c140cc3a (patch)
treea21afdb9c29bcd51b34a5ff240c698a59ca3ccb2
parentea13765a76477184ccafbae0e175482f52672f76 (diff)
downloadaur-faac-git.tar.gz
upgpkg: faac-git 1.30.r6.g11215a2-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 040a8ddf3a4a..0d9e9ed6f0c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = faac-git
pkgdesc = An MPEG-4 and MPEG-2 AAC encoder
pkgver = 1.30.r6.g11215a2
- pkgrel = 1
+ pkgrel = 2
url = https://faac.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
license = BSD
- license = Custom
+ license = custom
makedepends = git
depends = glibc
provides = faac=1.30.r6.g11215a2
diff --git a/PKGBUILD b/PKGBUILD
index a566ed0fe984..e7c8bbd30ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=faac-git
pkgver=1.30.r6.g11215a2
-pkgrel=1
+pkgrel=2
pkgdesc="An MPEG-4 and MPEG-2 AAC encoder"
arch=('i686' 'x86_64')
url="https://faac.sourceforge.net/"
-license=('GPL' 'BSD' 'Custom')
+license=('GPL' 'BSD' 'custom')
depends=('glibc')
makedepends=('git')
provides=("faac=$pkgver")