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

Jan de Groot jgc at archlinux.org
Wed Feb 14 22:59:53 UTC 2018


    Date: Wednesday, February 14, 2018 @ 22:59:52
  Author: jgc
Revision: 317053

upgpkg: libvisual 0.4.0-7

Switch to HTTPS, use sha256

Modified:
  libvisual/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 22:57:11 UTC (rev 317052)
+++ PKGBUILD	2018-02-14 22:59:52 UTC (rev 317053)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
 arch=('x86_64')
-url="http://sourceforge.net/projects/libvisual/"
+url="https://sourceforge.net/projects/libvisual/"
 license=('LGPL')
-source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz"
+depends=('glibc')
+source=("https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz"
         "libvisual-0.4.0-inlinedefineconflict.patch")
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
-         'e49d55a9ea20c949512c1d2143086936')
+sha256sums=('0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7'
+            '5221aadfdd6ba752e9bf45d6f2b0133357f7e3e7cf286c1b36807cc2e0df5a0a')
 
-prepare()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
 
   # libvisual's definition of "inline" causes issues when compiling with the
   # new C++11 ABI (patch from Fedora)
@@ -22,14 +22,13 @@
   patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
 }
 
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
+build() {
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list