summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-10 20:59:31 +0200
committerGoliathLabs2020-05-10 20:59:31 +0200
commit10ec29ab2eb3c44b53b9c8bf11202138cd6474e5 (patch)
treebd4bae07791f918c2ec323e06f2730a34e0a4e2f
parent78f4e1bfe70a8ab61f6cd93cab1227c8c1f0697d (diff)
downloadaur-10ec29ab2eb3c44b53b9c8bf11202138cd6474e5.tar.gz
Updated: 1.9.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 466203baad5b..aec0beddcbf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tilix-bin
pkgdesc = A tiling terminal emulator based on GTK+ 3 (binary distribution)
- pkgver = 1.9.0
- pkgrel = 2
- url = http://github.com/gnunn1/tilix
+ pkgver = 1.9.3
+ pkgrel = 1
+ url = https://github.com/gnunn1/tilix
arch = x86_64
license = MPL
depends = gtk3
@@ -19,8 +19,8 @@ pkgbase = tilix-bin
provides = tilix
conflicts = terminix
conflicts = tilix
- source_x86_64 = tilix-1.9.0.zip::https://github.com/gnunn1/tilix/releases/download/1.9.0/tilix.zip
- md5sums_x86_64 = ec054fec9f3262fd69122e733eea890c
+ source = tilix-1.9.3.zip::https://github.com/gnunn1/tilix/releases/download/1.9.3/tilix.zip
+ md5sums = 20a632508a68dbfbaf345a20c3068d03
pkgname = tilix-bin
diff --git a/PKGBUILD b/PKGBUILD
index b747478bd0ff..7bac656a860f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Maintainer: Felix Golatofski <contact@xdfr.de>
# Contributor: Gerald Nunn <gerald dot b dot nunn at gmail dot com>
# Contributor: Davi da Silva Böger <dsboger at gmail dot com>
-# Maintainer: Emanuel Fernandes <efernandes@tektorque.com>
+# Contriubtor: Emanuel Fernandes <efernandes@tektorque.com>
pkgname=tilix-bin
_pkgname=tilix
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
pkgdesc="A tiling terminal emulator based on GTK+ 3 (binary distribution)"
arch=('x86_64')
-url="http://github.com/gnunn1/tilix"
+url="https://github.com/gnunn1/tilix"
license=('MPL')
depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3' 'hicolor-icon-theme' 'libx11')
optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
@@ -17,8 +18,8 @@ optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
'libsecret: for password manager')
provides=('terminix' 'tilix')
conflicts=('terminix' 'tilix')
-source_x86_64=(${_pkgname}-${pkgver}.zip::https://github.com/gnunn1/tilix/releases/download/${pkgver}/${_pkgname}.zip)
-md5sums_x86_64=('ec054fec9f3262fd69122e733eea890c')
+source=(${_pkgname}-${pkgver}.zip::https://github.com/gnunn1/tilix/releases/download/${pkgver}/${_pkgname}.zip)
+md5sums=('20a632508a68dbfbaf345a20c3068d03')
package() {
cp -ar $srcdir/usr $pkgdir/usr