summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2020-09-08 13:45:10 +0200
committerKevin Majewski2020-09-08 13:45:10 +0200
commit5f4c9dc76eb4d4d7d7306800194ba2bcaac1427c (patch)
treef8d929b804d8fdba463fc2d023d1c0f2739cd4e8
parent994675d49ebce1ab1158bd3c85b7690fbd2ffcc0 (diff)
downloadaur-5f4c9dc76eb4d4d7d7306800194ba2bcaac1427c.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f660b2cbee12..ed08b4c1201d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = tepl-git
pkgdesc = Library that eases the development of GtkSourceView-based text editors and IDEs
- pkgver = 4.4.0+35+g2e08c26
+ pkgver = 4.99.4
pkgrel = 1
url = https://wiki.gnome.org/Projects/Tepl
arch = x86_64
license = LGPL2.1
+ makedepends = git
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = vala
diff --git a/PKGBUILD b/PKGBUILD
index 9173d8a71ec1..0a26d1441322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=tepl-git
_pkgname=tepl
-pkgver=4.4.0+35+g2e08c26
+pkgver=4.99.4
pkgrel=1
pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
arch=(x86_64)
url="https://wiki.gnome.org/Projects/Tepl"
license=(LGPL2.1)
depends=('amtk' 'gtksourceview4' 'uchardet')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'vala')
provides=('tepl')
conflicts=('tepl')
source=("git+https://gitlab.gnome.org/GNOME/tepl.git/")