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

Balló György bgyorgy at archlinux.org
Mon Sep 10 04:08:00 UTC 2018


    Date: Monday, September 10, 2018 @ 04:08:00
  Author: bgyorgy
Revision: 378953

upgpkg: gnome-subtitles 1.4.1-1

Update to new version

Modified:
  gnome-subtitles/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-10 04:05:56 UTC (rev 378952)
+++ PKGBUILD	2018-09-10 04:08:00 UTC (rev 378953)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-subtitles
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Video subtitle editor for GNOME"
 arch=('x86_64')
@@ -15,7 +15,7 @@
             'gst-plugins-ugly: Extra media codecs'
             'gst-libav: Extra media codecs')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('77d739dd392203f6d1d91f603b961f7412346c71799314c00081e9e4c680634e')
+sha256sums=('f5766ea81c48aa70d54842bf24c1f958536f9b3aa6354843219b71a5a02aae0c')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,9 +25,8 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make -j1
+              --disable-schemas-compile
+  make
 }
 
 package() {



More information about the arch-commits mailing list