diff options
author | Charlotte Van Petegem | 2019-04-27 12:51:12 +0200 |
---|---|---|
committer | Charlotte Van Petegem | 2019-04-27 12:51:12 +0200 |
commit | 40077ca63488971cd601d3680843d91f0844a27f (patch) | |
tree | e676ed3284816cd5a0b2812038143c8f8007a632 | |
parent | 71434f5b40affb352bd9f8659b4b089f341aaf08 (diff) | |
download | aur-40077ca63488971cd601d3680843d91f0844a27f.tar.gz |
Fix build
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = taglib-git pkgdesc = A Library for reading and editing the meta-data of several popular audio formats pkgver = v1.11.1.r152.6455671e - pkgrel = 1 + pkgrel = 2 url = https://taglib.github.io/ arch = x86_64 license = LGPL @@ -2,7 +2,7 @@ pkgname=taglib-git pkgver=v1.11.1.r152.6455671e -pkgrel=1 +pkgrel=2 pkgdesc="A Library for reading and editing the meta-data of several popular audio formats" arch=(x86_64) url="https://taglib.github.io/" @@ -30,7 +30,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ -DWITH_MP4=ON \ - -DWITH_ASF=ON \ + -DWITH_ASF=ON make } |