gtkedit: update to 0.1.9. (#410)
This commit is contained in:
parent
a6ddb2498c
commit
d327092522
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'gtkedit'
|
||||
pkgname=gtkedit
|
||||
version=0.1.8
|
||||
revision=2
|
||||
version=0.1.9
|
||||
revision=1
|
||||
wrksrc="gtkwrite-${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+-devel"
|
||||
depends="desktop-file-utils"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Text Editor written in C and Gtk+2"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/drankinatty/gtkwrite"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/drankinatty/gtkwrite/archive/v${version}.tar.gz"
|
||||
checksum=bcca9e6dbdfafe9c77204ff0dee57678286fd9c5b6fd21e73d11b6652f0c076f
|
||||
checksum=7d00a9124baa367f840b0cf2026d2d27f6fc41e4e0a01a7a293f5ebb91fd01dd
|
||||
|
||||
# Without GtkSourceView it will compile as 'gtkedit'
|
||||
# With GtkSourceView it compiles as 'gtkwrite'
|
||||
|
|
Loading…
Reference in New Issue