Skip to content

Commit

Permalink
gtksourceview3: Update to 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Sep 24, 2015
1 parent 2895d80 commit 688cc26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-gtksourceview3/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>

_realname=gtksourceview
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}3"
pkgver=3.16.1
pkgrel=2
pkgver=3.18.0
pkgrel=1
pkgdesc="A text widget adding syntax highlighting and more to GNOME (mingw-w64)"
arch=('any')
url="http://www.gnome.org"
Expand All @@ -20,7 +21,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gtk3"
options=(!libtool strip staticlibs)
source=("http://ftp.gnome.org/pub/gnome/sources/gtksourceview/${pkgver%.*}/gtksourceview-${pkgver}.tar.xz"
0006-hack-convert-path-back-to-unix.patch)
md5sums=('e727db8202d23a54b54b69ebc66f5331'
md5sums=('8e99579d6a8b2fdae45b557f40df0176'
'324c9e3bb2e4fa2a4977653ce6ed6ef9')

prepare() {
Expand All @@ -37,7 +38,6 @@ build() {
mkdir -p docs/reference/html
cp -rf ../${_realname}-${pkgver}/docs/reference/html/* docs/reference/html

DATADIRNAME=share \
../${_realname}-${pkgver}/configure \
--prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
Expand Down

0 comments on commit 688cc26

Please sign in to comment.