diff options
Diffstat (limited to 'community/ozerocdoff/PKGBUILD')
-rw-r--r-- | community/ozerocdoff/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ozerocdoff/PKGBUILD b/community/ozerocdoff/PKGBUILD index 452fc41ff..b8e9b7352 100644 --- a/community/ozerocdoff/PKGBUILD +++ b/community/ozerocdoff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 60103 2011-12-05 08:41:04Z spupykin $ +# $Id: PKGBUILD 61135 2011-12-22 10:38:39Z spupykin $ # Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> pkgname=ozerocdoff pkgver=2 -pkgrel=4 +pkgrel=5 pkgdesc="Userspace driver for Option High Speed Mobile Devices" arch=('i686' 'x86_64' 'mips64el') url="http://www.pharscape.org/ozerocdoff.html" @@ -13,7 +13,7 @@ options=('!emptydirs') source=(udev.tar.gz::"http://www.pharscape.org/forum/index.php?action=dlattach;topic=545.0;attach=4" "remove-old-rules.patch") md5sums=('88a78f9380d9591f8d20a657b72e3e5c' - '2b28c8310b615e7283c2c38f62533c4f') + '213737cfccde2fe49a334db2b681c3f5') build() { cd "${srcdir}/udev" |