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

Eli Schwartz eschwartz at archlinux.org
Thu Dec 28 13:43:10 UTC 2017


    Date: Thursday, December 28, 2017 @ 13:43:09
  Author: eschwartz
Revision: 276413

FS#56882 I neglected to copy over all changes to trunk/

Modified:
  osdlyrics/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-28 13:31:26 UTC (rev 276412)
+++ PKGBUILD	2017-12-28 13:43:09 UTC (rev 276413)
@@ -13,11 +13,16 @@
          'desktop-file-utils' 'hicolor-icon-theme' 'sqlite')
 makedepends=('intltool')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/osdlyrics/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('463c9c51bc891494565096f8a4209f0f')
+sha256sums=('87906c0327e0c07180da44ee8672cd2a29ef376f7b5b27d70139684d400171e4')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # -Werror is really quite annoying
+  ## automake: warning: possible forward-incompatibility.
+  ## automake: At least a source file is in a subdirectory, but the 'subdir-objects'
+  ## automake: automake option hasn't been enabled.
+  sed -i 's/-Werror//g' configure.ac
   autoreconf -fi
 }
 



More information about the arch-commits mailing list