diff options
author | root <root@rshg054.dnsready.net> | 2013-06-17 01:18:25 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-17 01:18:25 -0700 |
commit | 3c8e479bfe9fab72058c833f2909a26232114733 (patch) | |
tree | 18202d3eaa2c9001216c161e395eb2d39a8d05fd /core | |
parent | 44c10f274ec720a1512b15457b9eeffea28c6041 (diff) |
Mon Jun 17 01:18:13 PDT 2013
Diffstat (limited to 'core')
-rw-r--r-- | core/dosfstools/PKGBUILD | 6 | ||||
-rw-r--r-- | core/sudo/PKGBUILD | 8 | ||||
-rw-r--r-- | core/usbutils/PKGBUILD | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/core/dosfstools/PKGBUILD b/core/dosfstools/PKGBUILD index 4abe0670b..b73530739 100644 --- a/core/dosfstools/PKGBUILD +++ b/core/dosfstools/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 188529 2013-06-15 09:26:56Z tpowa $ +# $Id: PKGBUILD 188586 2013-06-16 16:11:16Z tpowa $ # Maintainer: dorphell <dorphell@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=dosfstools -pkgver=3.0.19 +pkgver=3.0.20 pkgrel=1 pkgdesc="DOS filesystem utilities" arch=(i686 x86_64) @@ -10,7 +10,7 @@ depends=('glibc') source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) url="http://www.daniel-baumann.ch/software/dosfstools/" license=('GPL2') -md5sums=('a083ca4a2a937c8cec07c63176fb125f' +md5sums=('b34dcf1d22bc1074ebdba68799fa3cad' 'SKIP') build() { diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 7c1945f54..b57ede276 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 185547 2013-05-14 21:53:57Z foutrelis $ +# $Id: PKGBUILD 188591 2013-06-16 17:14:27Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sudo -_sudover=1.8.6p8 +_sudover=1.8.7 pkgver=${_sudover/p/.p} -pkgrel=2 +pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') url="http://www.sudo.ws/sudo/" @@ -17,7 +17,7 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool') source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} sudo.pam) -sha256sums=('c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625' +sha256sums=('39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a' 'SKIP' 'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae') diff --git a/core/usbutils/PKGBUILD b/core/usbutils/PKGBUILD index 08513e513..15e78e46f 100644 --- a/core/usbutils/PKGBUILD +++ b/core/usbutils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163502 2012-07-13 16:29:26Z tpowa $ +# $Id: PKGBUILD 188585 2013-06-16 16:11:16Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Tom Gundersen <teg@jklm.no> # Contributor: Judd Vinet <jvinet@zeroflux.org> # Contributor: Curtis Campbell <curtisjamescampbell@hotmail.com> pkgname=usbutils -pkgver=006 +pkgver=007 pkgrel=1 pkgdesc="USB Device Utilities" arch=(i686 x86_64) @@ -16,7 +16,7 @@ optdepends=('python2: for lsusb.py usage' url="http://linux-usb.sourceforge.net/" source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz" fix-python2.patch) -md5sums=('c9aa14ee3d6c991fda183f42cf72a8a8' +md5sums=('c9df5107ae9d26b10a1736a261250139' '45766196895b4cc50b53cd56e1bbf3d1') build() { |