summaryrefslogtreecommitdiff
path: root/extra/taglib-sharp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/taglib-sharp/PKGBUILD')
-rw-r--r--extra/taglib-sharp/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/extra/taglib-sharp/PKGBUILD b/extra/taglib-sharp/PKGBUILD
index af21bb1e5..6e68a0a67 100644
--- a/extra/taglib-sharp/PKGBUILD
+++ b/extra/taglib-sharp/PKGBUILD
@@ -1,22 +1,19 @@
-# $Id: PKGBUILD 176984 2013-02-03 10:28:24Z allan $
+# $Id: PKGBUILD 188889 2013-06-23 22:30:41Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Carlos Ruiz <cailovirtual@gmail.com>
pkgname=taglib-sharp
-pkgver=2.0.4.0
-pkgrel=2
+pkgver=2.1.0.0
+pkgrel=1
pkgdesc="Library for reading and writing metadata in media files for Mono"
arch=('i686' 'x86_64')
url="https://github.com/mono/taglib-sharp"
license=('LGPL2')
depends=('mono')
source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b886a65083aafdfefa0675675bcbeb9a')
+md5sums=('815f5bdb3cd1b3a4d6bbb34de448ad9d')
build() {
- export MONO_SHARED_DIR="${srcdir}/.wabi"
- mkdir -p "${MONO_SHARED_DIR}"
-
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --disable-docs
make