summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2019-11-24 14:48:43 +0300
committerorhun2019-11-24 14:48:43 +0300
commitd4a96800c775009808763f8abfac6e4bba260252 (patch)
tree42a98be003d38f09ffaa55bcabdc774cd6ca4be9
parenta48b28dbfb25f010f2826230c02d26ba269f5ce1 (diff)
downloadaur-d4a96800c775009808763f8abfac6e4bba260252.tar.gz
Release new version (2.0)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 209a22286f4f..ecd6461a09de 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 = 1.9
+ pkgver = 2.0
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/1.9.tar.gz
+ source = https://github.com/orhun/k3rmit/archive/2.0.tar.gz
sha256sums = SKIP
pkgname = k3rmit
diff --git a/PKGBUILD b/PKGBUILD
index 6537eba033dd..a8a14efbb2de 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.9
+pkgver=2.0
pkgrel=1
arch=('any')
url="https://github.com/orhun/k3rmit"
@@ -10,13 +10,14 @@ depends=('gtk3>=3.18.9' 'vte3>=0.42.5')
makedepends=('cmake')
provides=("$pkgname")
conflicts=("$pkgname")
-source=('https://github.com/orhun/k3rmit/archive/1.9.tar.gz')
+source=('https://github.com/orhun/k3rmit/archive/2.0.tar.gz')
sha256sums=('SKIP')
build() {
cd $pkgname-$pkgver
mkdir -p build && cd build/
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+ make
}
package() {