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

Dan Printzell wild at gemini.archlinux.org
Thu Feb 24 23:27:25 UTC 2022


    Date: Thursday, February 24, 2022 @ 23:27:25
  Author: wild
Revision: 1136527

upgpkg: tilix 1.9.5-1: Updated to 1.9.5

Modified:
  tilix/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 23:23:05 UTC (rev 1136526)
+++ PKGBUILD	2022-02-24 23:27:25 UTC (rev 1136527)
@@ -4,8 +4,8 @@
 # Contributor: Carl George < arch at cgtx dot us >
 
 pkgname=tilix
-pkgver=1.9.4
-pkgrel=7
+pkgver=1.9.5
+pkgrel=1
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix"
@@ -15,14 +15,10 @@
 optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
             'libsecret: for the password manager')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2a9482770391d11d5edc8351d426c700c2cc6c194a30391ef2ae25bb7095b59b')
+sha256sums=('e25335a3f7ab06779b957d08ffaf7698c966c3b5179d002f82ce41c692fc0b89')
 
 prepare() {
   mkdir -p build
-
-	cd "$srcdir"/$pkgname-$pkgver
-	# Fixes "ERROR: Function does not take positional arguments."
-	sed -i "/i18n.merge_file/{n;d}" data/meson.build
 }
 
 build() {
@@ -30,7 +26,7 @@
 
   # Build with LDC
   export DC=ldc
-	export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
+  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
 
   arch-meson ../$pkgname-$pkgver
 



More information about the arch-commits mailing list