git » usbutils.git » commit 39ffed7

rebuild without force option

author Tobias Powalowski
2011-01-04 08:28:48 UTC
committer Tobias Powalowski
2011-01-04 08:28:48 UTC
parent 749f9216672b8aab3935699d55d18aed3026a77f

rebuild without force option

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index d53c020..2c31228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com>
 pkgname=usbutils
 pkgver=001
-pkgrel=1
+pkgrel=2
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,7 +12,6 @@ depends=('glibc' 'libusb')
 url="http://linux-usb.sourceforge.net/"
 source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('3ecdcb42f08ef0d63e2638feb06ececc')
-options=('force')
 
 build() {
   cd $srcdir/$pkgname-$pkgver