mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Modified glib2 x3
This commit is contained in:
parent
4858fefdf1
commit
8bdd1d8d96
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ makedepends=('pkgconfig')
|
||||||
options=('!libtool' '!docs')
|
options=('!libtool' '!docs')
|
||||||
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.20/glib-${pkgver}.tar.bz2
|
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/2.20/glib-${pkgver}.tar.bz2
|
||||||
glib2.sh
|
glib2.sh
|
||||||
#glib2.csh)
|
glib2.csh)
|
||||||
md5sums=('468054db4e28af3eac541b36c9d07c31'
|
md5sums=(468054db4e28af3eac541b36c9d07c31
|
||||||
'803017b365bd35dc20b092ce43b8c8c5'
|
803017b365bd35dc20b092ce43b8c8c5
|
||||||
#'90c7b830bef4baf225c2eb8b7ead0cab')
|
90c7b830bef4baf225c2eb8b7ead0cab)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/glib-${pkgver}"
|
cd "${srcdir}/glib-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue