[arch-commits] Commit in tilix/trunk (PKGBUILD)
Dan Printzell
wild at archlinux.org
Thu May 3 03:49:32 UTC 2018
Date: Thursday, May 3, 2018 @ 03:49:32
Author: wild
Revision: 318807
upgpkg: tilix 1.7.9-1
Updated to 1.7.9
Modified:
tilix/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-03 03:49:22 UTC (rev 318806)
+++ PKGBUILD 2018-05-03 03:49:32 UTC (rev 318807)
@@ -4,8 +4,8 @@
# Contributor: Carl George < arch at cgtx dot us >
pkgname="tilix"
-pkgver=1.7.7
-pkgrel=2
+pkgver=1.7.9
+pkgrel=1
pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
arch=('x86_64')
url="https://github.com/gnunn1/tilix"
@@ -14,16 +14,12 @@
makedepends=('ldc' 'po4a')
optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
- "gtkd-3.8.0.patch::$url/commit/76ac251da7f6e639a1a49d1c4d4ad48e135ab79f.patch")
-sha256sums=('9c8ba7734c61fee7efcd3c75548c996216383092e4d33472aeaa457ddfdb3828'
- '9be77af2bd98a2353c23e86405a26a6cc253ca4affb66bb1bf341503bcd2d9b5')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2a9a183daf1edd5a04925647d2624b61cad72ef04aaf152b0c71c94360ccfb24')
prepare() {
cd "$pkgname-$pkgver"
- patch -p1 -i "$srcdir/gtkd-3.8.0.patch"
-
./autogen.sh
}
More information about the arch-commits
mailing list