summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Mangold2019-07-27 13:45:07 +0200
committerOliver Mangold2019-07-27 13:45:07 +0200
commit2e4cdf6fa65eadfccc61e69d9c614cd0b1a76ca5 (patch)
tree8077423810ce25ffbbca5b1d579d8aa76422387e
parent09508224cdae2c8dd4f33f4e8e756aeddac35f34 (diff)
downloadaur-2e4cdf6fa65eadfccc61e69d9c614cd0b1a76ca5.tar.gz
changing to semantic version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 500ad514c9a4..1b9ad7671685 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = mantid-term
pkgdesc = Mantid is a xterm-compatible terminal emulator based on Vte-ng, similar to termite with customizable keybindings and multiple tabs
- pkgver = 1.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/omgold/mantid-term/
arch = x86_64
license = GPL2
license = GPL3
makedepends = git
+ makedepends = libtool
makedepends = intltool
+ makedepends = gtk-doc
makedepends = scdoc
makedepends = pkg-config
makedepends = sed
@@ -18,7 +20,7 @@ pkgbase = mantid-term
depends = python-gobject
depends = gobject-introspection
depends = python-yaml
- source = git+https://github.com/omgold/mantid-term#commit=4238bec551ee634a99c4ec2aad0934fa070ceb58
+ source = git+https://github.com/omgold/mantid-term#commit=a0c28a29bb768e8b96a434ea6c5d313fd90e06f1
source = git+https://github.com/thestinger/vte-ng#commit=dd74ae7c06e8888af2fc090ac6f8920a9d8227fb
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cf72d336cf5e..c65485f6830d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Oliver Mangold <omgold@aur>
pkgname=mantid-term
-pkgver=1.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Mantid is a xterm-compatible terminal emulator based on Vte-ng, similar to termite with customizable keybindings and multiple tabs"
url="https://github.com/omgold/mantid-term/"
license=('GPL2' 'GPL3')
arch=('x86_64')
depends=(gtk3 gnutls pcre2 python python-gobject gobject-introspection python-yaml)
-makedepends=(git intltool scdoc pkg-config sed)
-source=("git+https://github.com/omgold/mantid-term#commit=4238bec551ee634a99c4ec2aad0934fa070ceb58"
+makedepends=(git libtool intltool gtk-doc scdoc pkg-config sed)
+source=("git+https://github.com/omgold/mantid-term#commit=a0c28a29bb768e8b96a434ea6c5d313fd90e06f1"
"git+https://github.com/thestinger/vte-ng#commit=dd74ae7c06e8888af2fc090ac6f8920a9d8227fb")
sha256sums=(SKIP SKIP)