From 111eb258c53676775239163ddec41fb0430e50c6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 May 2014 01:45:12 -0400 Subject: rm -r pcr/android-udev # it is on [community] now --- pcr/android-udev/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pcr/android-udev/PKGBUILD (limited to 'pcr/android-udev/PKGBUILD') diff --git a/pcr/android-udev/PKGBUILD b/pcr/android-udev/PKGBUILD deleted file mode 100644 index 000953e1f..000000000 --- a/pcr/android-udev/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Luke Shumaker -# Maintainer (AUR): M0Rf30 -# Contributor (Arch): marlock - -pkgname=android-udev -pkgver=20130911 -_gitver=8dfd1cd0002d7067d24a2ef89360212f164f3856 -url="https://github.com/M0Rf30/android-udev-rules" -pkgdesc='Udev rules to for Android devices.' - -# The author is the maintainer of the AUR package, where it is listed as GPL; -# this is the best hint to the license that we have. -license=('GPL') - -pkgrel=1 -arch=('any') -source=("51-android-$pkgver.rules::https://raw.github.com/M0Rf30/android-udev-rules/$_gitver/51-android.rules") -depends=('systemd' 'libmtp') -install='android-udev.install' - -package() { - cd "$srcdir" - install -Dm755 "$srcdir"/51-android-$pkgver.rules "$pkgdir"/usr/lib/udev/rules.d/51-android.rules -} - -md5sums=('1b2033fcf52b1b0ffa807ba90b11fd14') -- cgit v1.2.3-54-g00ecf