[arch-commits] Commit in liblo/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Mar 1 09:14:47 UTC 2020


    Date: Sunday, March 1, 2020 @ 09:14:47
  Author: dvzrv
Revision: 587389

upgpkg: liblo 1:0.31-1: Upgrading to 0.31. Updating maintainer info. Adding fix for bug in autotools setup. Minor cleanups.

Modified:
  liblo/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-01 08:56:30 UTC (rev 587388)
+++ PKGBUILD	2020-03-01 09:14:47 UTC (rev 587389)
@@ -1,11 +1,9 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 # Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Pajaro
 
 pkgname=liblo
-pkgver=0.30
-pkgrel=2
+pkgver=0.31
+pkgrel=1
 epoch=1
 pkgdesc="A lightweight OSC (Open Sound Control) implementation"
 arch=('x86_64')
@@ -14,11 +12,14 @@
 depends=('glibc')
 makedepends=('doxygen')
 provides=('liblo.so')
-source=("https://github.com/radarsat1/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('51132933cc23237b70ed08fa7986a4a9f838529b83807746b358bcc171f8bbce7f37115b7c855520c9219bae93c74e502aebfb90e44dabdc6d0a00b8335336e3')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/radarsat1/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('328d413a6608e5e99d41bfc5a153ef10510e79589cb4d8df4511c8187b8baa6fd8f8c2fd3fe54de7736855f699619d4ebc088a17acf8700085b59ee38ade7d21')
 
 prepare() {
   cd "$pkgname-$pkgver"
+  # fixing bug in autotools setup:
+  # https://github.com/radarsat1/liblo/issues/96
+  ln -svf README.md README
   autoreconf -vfi
 }
 
@@ -43,7 +44,7 @@
   # docs
   install -vDm 644 doc/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html/"
   install -vDm 644 doc/latex/* -t "${pkgdir}/usr/share/doc/${pkgname}/latex/"
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,TODO} \
     -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list