summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-03-02 21:30:52 +0300
committerorhun2020-03-02 21:30:52 +0300
commit8863e814cbac52e51fd3947ab67bb691f4ca5e59 (patch)
treec957df73ffd7cfc0c7f7870e57111d13c82ae54a
parentdb59f582059dde962188fa3fa60b95cfd656238e (diff)
downloadaur-k3rmit.tar.gz
Release new version (2.3)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df5f0ba736d9..d88633eeb55b 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.2
+ pkgver = 2.3
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.2.tar.gz
+ source = https://github.com/orhun/k3rmit/archive/2.3.tar.gz
sha256sums = SKIP
pkgname = k3rmit
diff --git a/PKGBUILD b/PKGBUILD
index 64c22bf78f75..09361fb4d7fd 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.2
+pkgver=2.3
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.2.tar.gz')
+source=('https://github.com/orhun/k3rmit/archive/2.3.tar.gz')
sha256sums=('SKIP')
build() {