summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42d350315b7a..df5f0ba736d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = k3rmit
pkgdesc = A VTE-based terminal emulator that aims to be simple, fast and effective.
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/orhun/k3rmit
arch = any
@@ -10,7 +10,7 @@ pkgbase = k3rmit
depends = vte3>=0.42.5
provides = k3rmit
conflicts = k3rmit
- source = https://github.com/orhun/k3rmit/archive/2.1.tar.gz
+ source = https://github.com/orhun/k3rmit/archive/2.2.tar.gz
sha256sums = SKIP
pkgname = k3rmit
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() {