Skip to content

Commit 63fb3c9

Browse files
committed
Revert to version with glibc2-41-fix, needed to warsaw
1 parent 7d1b76f commit 63fb3c9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkgbuild/PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Bruno Goncalves <bigbruno@gmail.com>
22

33
pkgname=biglinux-improve-compatibility
4-
pkgver=$(date +%y.%m.%d)
4+
pkgver=$(date +%y.%m.%d_1)
55
pkgrel=$(date +%H%M)
66
arch=('any')
77
license=('GPL')
@@ -12,7 +12,8 @@ replaces=('wxwidgets3.0')
1212
makedepends=('git')
1313
url="https://github.com/biglinux/biglinux-improve-compatibility"
1414
pkgdesc="Compatibility improvements to make it easier to use packages compiled through the AUR"
15-
source=("git+https://github.com/biglinux/biglinux-improve-compatibility.git")
15+
source=("git+https://github.com/biglinux/biglinux-improve-compatibility.git") # From git
16+
#source=("git+file:///${PWD%/*}") # Local files
1617
md5sums=(SKIP)
1718
install=biglinux-improve-compatibility.install
1819

0 commit comments

Comments
 (0)