diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-04 03:35:24 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-04 03:35:24 +0000 |
commit | 994ca8b3d7a14ef97d75b40b7554a9892bd0283f (patch) | |
tree | 6128c516b709c016d8987fa54aef7e9e341d0b91 /extra/sg3_utils/PKGBUILD | |
parent | 5646de4a9273897b8a619641ed988c4bb217a509 (diff) |
Tue Feb 4 03:33:07 UTC 2014
Diffstat (limited to 'extra/sg3_utils/PKGBUILD')
-rw-r--r-- | extra/sg3_utils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/sg3_utils/PKGBUILD b/extra/sg3_utils/PKGBUILD index 35ac783df..b57efbda4 100644 --- a/extra/sg3_utils/PKGBUILD +++ b/extra/sg3_utils/PKGBUILD @@ -1,16 +1,16 @@ -#$Id: PKGBUILD 197372 2013-10-25 03:01:52Z allan $ +#$Id: PKGBUILD 205030 2014-02-03 10:47:54Z bpiotrowski $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=sg3_utils -pkgver=1.36 -pkgrel=2 +pkgver=1.37 +pkgrel=1 pkgdesc="Generic SCSI utilities" arch=(i686 x86_64) url="http://sg.danny.cz/sg/sg3_utils.html" license=('GPL' 'custom:BSD') depends=('glibc') source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz) -md5sums=('5d1846c8aa03a2e39e1368cf05bf1cfd') +md5sums=('ade022cf1ece91e94865e2c68d369c79') build() { cd "${srcdir}/${pkgname}-${pkgver}" |