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

Maxime Gauduin alucryd at archlinux.org
Sat Jan 9 18:36:30 UTC 2016


    Date: Saturday, January 9, 2016 @ 19:36:30
  Author: alucryd
Revision: 257703

upgpkg: libass 0.13.1-1

Modified:
  libass/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-09 18:30:29 UTC (rev 257702)
+++ PKGBUILD	2016-01-09 18:36:30 UTC (rev 257703)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: G_Syme <demichan at mail.upb.de>
 
 pkgname=libass
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="A portable library for SSA/ASS subtitles rendering"
 arch=('i686' 'x86_64')
@@ -11,21 +12,25 @@
 license=('BSD')
 depends=('fribidi' 'fontconfig')
 makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
 source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('8e6a506b4e5a637764183083421dc827')
+md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
-              --enable-harfbuzz \
-              --enable-fontconfig
+  ./configure \
+    --prefix='/usr' \
+    --enable-harfbuzz \
+    --enable-fontconfig
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list