summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f65fa1c86f3..64c22bf78f75 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=2.1
+pkgver=2.2
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/2.1.tar.gz')
+source=('https://github.com/orhun/k3rmit/archive/2.2.tar.gz')
sha256sums=('SKIP')
build() {