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

Giovanni Scafora giovanni at archlinux.org
Sun Oct 4 09:20:10 UTC 2015


    Date: Sunday, October 4, 2015 @ 11:20:10
  Author: giovanni
Revision: 248333

upgpkg: libass 0.13.0-1

upstream release

Modified:
  libass/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-04 09:03:29 UTC (rev 248332)
+++ PKGBUILD	2015-10-04 09:20:10 UTC (rev 248333)
@@ -3,23 +3,21 @@
 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
 
 pkgname=libass
-pkgver=0.12.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="A portable library for SSA/ASS subtitles rendering"
 arch=('i686' 'x86_64')
 url="https://github.com/libass/libass/"
 license=('BSD')
-depends=('fribidi' 'fontconfig' 'enca')
+depends=('fribidi' 'fontconfig')
 makedepends=('pkg-config' 'yasm')
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('1b53e739ab389335ce46fd626777ec61')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('8e6a506b4e5a637764183083421dc827')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./autogen.sh
   ./configure --prefix=/usr \
-              --enable-enca \
               --enable-harfbuzz \
               --enable-fontconfig
   make



More information about the arch-commits mailing list