[arch-commits] Commit in libcoverart/repos/community-x86_64 (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jan 13 09:38:50 UTC 2018


    Date: Saturday, January 13, 2018 @ 09:38:48
  Author: bgyorgy
Revision: 281794

archrelease: copy trunk to community-x86_64

Modified:
  libcoverart/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 09:38:41 UTC (rev 281793)
+++ PKGBUILD	2018-01-13 09:38:48 UTC (rev 281794)
@@ -13,6 +13,11 @@
 source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('6380056bb4bc1a69790e706b4d506f50')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ -Werror//' */CMakeLists.txt
+}
+
 build() {
   cd "$srcdir/$pkgname-{PROJECT_VERSION}"
 



More information about the arch-commits mailing list