Index: PKGBUILD =================================================================== --- PKGBUILD (revision 349463) +++ PKGBUILD (working copy) @@ -7,10 +7,8 @@ pkgdesc="A shared library to access the contents of an iPod" arch=(x86_64) license=('LGPL') -depends=('gdk-pixbuf2' 'python2-mutagen' 'sg3_utils' 'libimobiledevice' 'libplist') -makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2') -optdepends=('gtk-sharp-2: Mono bindings' - 'python2-gobject2: python bindings') +depends=('gdk-pixbuf2' 'sqlite' 'sg3_utils' 'libimobiledevice' 'libplist') +makedepends=('intltool' 'swig' 'docbook-xsl') url="http://www.gtkpod.org/libgpod/" source=(https://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2 libgpod-0.8.2-pkgconfig_overlinking.patch @@ -31,8 +29,8 @@ build() { cd $pkgname-$pkgver - MCS=/usr/bin/mcs ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \ - --enable-udev --with-python=/usr/bin/python2 + ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \ + --enable-udev make PREFIX=/usr sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool }