[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jan 15 18:53:45 UTC 2018


    Date: Monday, January 15, 2018 @ 18:53:43
  Author: jlichtblau
Revision: 282839

upgpkg: subtitleeditor 0.54.0-4 - enchant 2.2.1 rebuild

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--------------------------+
 PKGBUILD                 |    9 ++++++++-
 subtitleeditor.changelog |    3 +++
 2 files changed, 11 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 18:50:52 UTC (rev 282838)
+++ PKGBUILD	2018-01-15 18:53:43 UTC (rev 282839)
@@ -3,7 +3,7 @@
 
 pkgname=subtitleeditor
 pkgver=0.54.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('x86_64')
 url="http://kitone.github.io/subtitleeditor/"
@@ -15,6 +15,13 @@
 source=(https://github.com/kitone/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('aa9c539f3a0984deef257339e2b9f5c8728b8245113695cf6d42459f011aa2ab')
 
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+# enchant-2 naming change
+  sed -i 's/enchant >=/enchant-2 >=/' configure
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Modified: subtitleeditor.changelog
===================================================================
--- subtitleeditor.changelog	2018-01-15 18:50:52 UTC (rev 282838)
+++ subtitleeditor.changelog	2018-01-15 18:53:43 UTC (rev 282839)
@@ -1,3 +1,6 @@
+2018-01-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* subtitleeditor 0.54.0-4 enchant 2.2.1 rebuild
+
 2017-10-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* subtitleeditor 0.54.0-1
 



More information about the arch-commits mailing list