gtksourceview: update to 3.10.0.
This commit is contained in:
parent
453d1bf7a4
commit
6d007b4c16
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gtksourceview'
|
||||
pkgname=gtksourceview
|
||||
version=3.8.2
|
||||
version=3.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -10,8 +10,8 @@ short_desc="Text widget that extends GTK+3 GtkTextView widget"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=1c2a01f1e04e3c8c9f09ff22f34f73f17b0e4e7ff0d83b2996c209bd02a6501b
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=5208afa6edccf4d70a30ed1da399cefcceb8a8b879305d491be4be3e3d6ef776
|
||||
|
||||
gtksourceview-devel_package() {
|
||||
depends="gtk+3-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
|
||||
|
@ -27,6 +27,6 @@ gtksourceview-devel_package() {
|
|||
|
||||
gtksourceview_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue