diff --git a/mingw-w64-firebird-git/PKGBUILD b/mingw-w64-firebird-git/PKGBUILD index e9704c6d14..5e69110531 100644 --- a/mingw-w64-firebird-git/PKGBUILD +++ b/mingw-w64-firebird-git/PKGBUILD @@ -2,7 +2,7 @@ _realname='firebird' pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git" -pkgver=3.0.0.31458.0bd86ee +pkgver=3.0.0.31463.ba739e2 pkgrel=1 pkgdesc="Cross-platform relational database offering many ANSI SQL standard features (mingw-w64)" url="http://www.firebirdsql.org/" @@ -24,7 +24,8 @@ makedepends=(#"${MINGW_PACKAGE_PREFIX}-btyacc" # Maybe add check in firebird pre "git" ) options=('!debug' 'strip') -source=("${_realname}"::"git+https://github.com/Alexpux/firebird-git-svn.git#branch=mingw-w64-trunk" +source=(#"${_realname}"::"git+https://github.com/Alexpux/firebird-git-svn.git#branch=mingw-w64-trunk" + "${_realname}"::"git+https://Alexpux@bitbucket.org/msys2/firebird.git#branch=mingw-w64-trunk" #"${_realname}"::"git+file:///v/Sources/GNU/firebird-git#branch=mingw-w64-trunk" ) sha256sums=('SKIP')