dbus-sharp: update to 0.8.1; take maintainership due to inactivity.

This commit is contained in:
Juan RP 2014-11-23 10:17:04 +01:00
parent c9570c9efc
commit 4b0f761af6

View file

@ -1,19 +1,15 @@
# Template file for 'dbus-sharp' # Template file for 'dbus-sharp'
pkgname=dbus-sharp pkgname=dbus-sharp
version=0.7 version=0.8.1
revision=2 revision=1
noarch="yes" noarch=yes
distfiles="https://github.com/mono/dbus-sharp/archive/v${version}.tar.gz"
checksum="535360a164b62bd629f7ca7396a0dcfb143e05287ac2cc95ab4387bd81dd6d58"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config automake" hostmakedepends="pkg-config"
makedepends="mono" makedepends="mono"
depends="${makedepends}" depends="${makedepends}"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://github.com/mono/dbus-sharp/" homepage="http://github.com/mono/dbus-sharp/"
license="Custom" license="MIT"
short_desc="C# implementation of D-Bus" short_desc="C# implementation of D-Bus"
distfiles="https://github.com/mono/dbus-sharp/releases/download/v${version}/${pkgname}-${version}.tar.gz"
pre_configure() { checksum=0866c001f2d6e01a6f1b4d080db08d25ba1422e34c7d03020e0e70f3de3a9859
./autogen.sh
}