summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2020-05-23 10:17:33 -0600
committerKamran Mackey2020-05-23 10:17:33 -0600
commitf7f9936fadf6bdb61233985d4f440013abab1db8 (patch)
tree96fbcf6b6e8773c6f8daf3c03a4a9af0d9bd0295
parentab1d7869b171937d2cb8d957b9a1d1931a24b077 (diff)
downloadaur-f7f9936fadf6bdb61233985d4f440013abab1db8.tar.gz
Updated git source & added support for ARM64.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf18dd2e3536..db26c964838d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgbase=flac-git
pkgname=('flac-git' 'flac-doc-git')
-pkgver=r3581.02a9262
+pkgver=v1.3.3.ce6dd6b
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64', 'aarch64')
url="http://flac.sourceforge.net/"
license=('BSD' 'GPL')
depends=('gcc-libs' 'libogg')
makedepends=('nasm' 'doxygen')
options=('!makeflags')
-source=(git://git.xiph.org/flac.git)
+source=(git://github.com/xiph/flac.git)
sha1sums=('SKIP')
_gitname=flac