summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2019-10-17 15:06:10 +0300
committerorhun2019-10-17 15:06:10 +0300
commit36093422d67561e7fbcb7180e5cb535442c68ca1 (patch)
tree2e3b9c9d7b3372ce291b7b55de74fc7155799db1 /PKGBUILD
parent15f0cde35e2cb038f754cf006823557456693f71 (diff)
downloadaur-36093422d67561e7fbcb7180e5cb535442c68ca1.tar.gz
Release new version (1.8)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10482438023a..a70a5ee6620d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: orhun <github.com/orhun>
pkgname=k3rmit
pkgdesc="A VTE-based terminal emulator that aims to be simple, fast and effective."
-pkgver=1.7
+pkgver=1.8
pkgrel=1
arch=('any')
url="https://github.com/orhun/k3rmit"
@@ -10,7 +10,7 @@ depends=('gtk3>=3.18.9' 'vte3>=0.42.5')
makedepends=('cmake')
provides=("$pkgname")
conflicts=("$pkgname")
-source=('https://github.com/orhun/k3rmit/archive/1.7.tar.gz')
+source=('https://github.com/orhun/k3rmit/archive/1.8.tar.gz')
sha256sums=('SKIP')
build() {