Skip to content

Commit

Permalink
faad2: update to 2.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocimier authored and Piraty committed May 14, 2020
1 parent 981de24 commit ab6c479
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions srcpkgs/faad2/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Template file for 'faad2'
pkgname=faad2
version=2.8.8
version=2.9.2
revision=1
wrksrc="faad2-${version//./_}"
build_style=gnu-configure
hostmakedepends="automake libtool"
hostmakedepends="autoconf automake libtool"
short_desc="AAC decoding library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.audiocoding.com/"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.gz"
checksum=985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d
distfiles="https://github.com/knik0/faad2/archive/${version//./_}.tar.gz"
checksum=9728b2b94f94ab49363cd229e7377fbe6ef3c311c5cd80da662d53ddb0ee091d

pre_configure() {
autoreconf -vfi
}

faad2-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down
1 change: 1 addition & 0 deletions srcpkgs/faad2/update
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pattern='/archive/(v?|\Q${pkgname}\E-)?\K[\d\._]+(?=\.tar\.gz")'
ignore="2003*"

0 comments on commit ab6c479

Please sign in to comment.