summaryrefslogtreecommitdiff
path: root/pcr/libav/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:43:15 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:45 +0100
commit568e665dce4a48902f8a5aa12ba7a6421cb0ba4c (patch)
tree31c5a83e0d73a9b0439bbb4f32b2c05e5d8338a5 /pcr/libav/PKGBUILD
parent3ce2d6562663fcd48da51546d155ee077f782e55 (diff)
downloadabslibre-568e665dce4a48902f8a5aa12ba7a6421cb0ba4c.tar.gz
abslibre-568e665dce4a48902f8a5aa12ba7a6421cb0ba4c.tar.bz2
abslibre-568e665dce4a48902f8a5aa12ba7a6421cb0ba4c.zip
pcr/libav: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/libav/PKGBUILD')
-rw-r--r--pcr/libav/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/libav/PKGBUILD b/pcr/libav/PKGBUILD
index 8825deea0..e47910cea 100644
--- a/pcr/libav/PKGBUILD
+++ b/pcr/libav/PKGBUILD
@@ -10,7 +10,7 @@ arch=(
i686
)
url=http://$pkgname.org/
-license=GPL3
+license=(GPL3)
depends=(
alsa-lib
bzip2
@@ -38,8 +38,8 @@ makedepends=(
yasm
libvdpau
)
-source=http://$pkgname.org/releases/$pkgname-$pkgver.tar.gz
-sha512sums=88bbe82fc3edfde17339cbd5fbae5ab074e750ad750fafcabc2c1fa408f352e38f32d8c0df0ff6c926d449bff29c725fc2c219d8b6e0398e3b93d43f086c9f10
+source=(http://$pkgname.org/releases/$pkgname-$pkgver.tar.gz)
+sha512sums=(88bbe82fc3edfde17339cbd5fbae5ab074e750ad750fafcabc2c1fa408f352e38f32d8c0df0ff6c926d449bff29c725fc2c219d8b6e0398e3b93d43f086c9f10)
build() {
cd $pkgname-$pkgver