This commit is contained in:
Alexey Pavlov
2016-04-03 01:14:54 +03:00
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
_realname=angleproject
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgver=2.1.r5634
pkgver=2.1.r5679
pkgrel=1
pkgdesc='ANGLE project built from git source (mingw-w64)'
arch=('any')

View File

@@ -5,15 +5,15 @@ pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1164.79f497a
pkgver=1403.3134396
pkgrel=1
pkgdesc="A lightweight platform independent C++-IDE with support for C++11 and C++14 (mingw-w64)"
pkgdesc="A lightweight, cross-platform C++-IDE supporting C++11, C++14, and experimental C++17 features (mingw-w64)"
arch=('any')
url="https://github.com/cppit/jucipp"
license=('MIT')
validpgpkeys=('gpg_KEY')
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
'git')
"git")
depends=("${MINGW_PACKAGE_PREFIX}-clang"
"${MINGW_PACKAGE_PREFIX}-gtkmm3"
"${MINGW_PACKAGE_PREFIX}-gtksourceviewmm3"
@@ -58,7 +58,7 @@ build() {
"${extra_config[@]}" \
../${_realname}
make
make -j1
}
package() {