summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22affbdbf90e..ccefb424c15f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = smp_utils
pkgdesc = Utilities for the Serial Attached SCSI (SAS) Management Protocol (SMP)
- pkgver = 0.98
+ pkgver = 0.99
pkgrel = 1
url = http://sg.danny.cz/sg/smp_utils.html
arch = i686
arch = x86_64
license = BSD
depends = glibc
- source = http://sg.danny.cz/sg/p/smp_utils-0.98.tar.xz
- sha1sums = 2c8296b0dc1f131a59729f4a8e46306a2938ad77
- sha256sums = e1e470d0b851bd1b1a1dae8d831d4c1f1a9a62bad9eb1966b870a20100b886cc
+ source = http://sg.danny.cz/sg/p/smp_utils-0.99.tar.xz
+ sha1sums = bcc609f27223edc2592845a09ace70baa33c3784
pkgname = smp_utils
-
diff --git a/PKGBUILD b/PKGBUILD
index 9718e51c724e..01b9ad46a274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Contributor: N.Izumi - izmntuk
# Contributor: Dmitry Nosachev - quartz64 at gmail dot com
-# Maintainer: N.Izumi - izmntuk
+
pkgname=smp_utils
-pkgver=0.98
+pkgver=0.99
pkgrel=1
pkgdesc="Utilities for the Serial Attached SCSI (SAS) Management Protocol (SMP)"
arch=('i686' 'x86_64')
@@ -10,8 +11,7 @@ license=('BSD')
depends=('glibc')
#options=('!libtool')
source=("http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('2c8296b0dc1f131a59729f4a8e46306a2938ad77')
-sha256sums=('e1e470d0b851bd1b1a1dae8d831d4c1f1a9a62bad9eb1966b870a20100b886cc')
+sha1sums=('bcc609f27223edc2592845a09ace70baa33c3784')
build() {
cd "${pkgname}-${pkgver}"