tepl: update to 6.0.1

This commit is contained in:
Biswapriyo Nath
2022-05-08 01:20:04 +05:30
committed by GitHub
parent 4d2976eb73
commit e20e82cb46

View File

@@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}5")
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}5")
pkgver=6.00.0
pkgver=6.0.1
pkgrel=1
pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs (mingw-w64)"
arch=('any')
@@ -22,11 +22,13 @@ depends=("${MINGW_PACKAGE_PREFIX}-amtk"
"${MINGW_PACKAGE_PREFIX}-icu")
source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz"
"001-disable-version-script-clang.patch")
sha256sums=('a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63'
sha256sums=('274f056bbe55f30a6ae4442ad22f157d04d3a61b568d90bc85117bb7132020c1'
'd11a1cbb3bf0b386720522528df648188e448d1a689fded764fbc6d5a665d11b')
prepare() {
cd "${srcdir}"/${_realname}-${pkgver}
# https://gitlab.gnome.org/swilmet/tepl/-/merge_requests/1
patch -Np1 -i "${srcdir}/001-disable-version-script-clang.patch"
}