diff --git a/.AURINFO b/.AURINFO deleted file mode 100644 index f603bdb..0000000 --- a/.AURINFO +++ /dev/null @@ -1,24 +0,0 @@ -# Generated by makepkg 4.2.1 -# Wed Jun 10 09:04:23 UTC 2015 -pkgbase = systemtap - pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. - pkgver = 2.7 - pkgrel = 3 - url = http://sourceware.org/systemtap/ - arch = i686 - arch = x86_64 - arch = armv7h - license = GPL - makedepends = gcc - depends = elfutils - depends = nss - depends = python2 - optdepends = sqlite3 - optdepends = linux-fedora - source = http://sourceware.org/systemtap/ftp/releases/systemtap-2.7.tar.gz - source = .AURINFO - sha1sums = 5562d16446434e1a9a377697c45eb0852303ae41 - sha1sums = SKIP - -pkgname = systemtap - diff --git a/.SRCINFO b/.SRCINFO index f603bdb..7073594 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,8 +2,8 @@ # Wed Jun 10 09:04:23 UTC 2015 pkgbase = systemtap pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. - pkgver = 2.7 - pkgrel = 3 + pkgver = 2.8 + pkgrel = 1 url = http://sourceware.org/systemtap/ arch = i686 arch = x86_64 @@ -16,9 +16,7 @@ pkgbase = systemtap optdepends = sqlite3 optdepends = linux-fedora source = http://sourceware.org/systemtap/ftp/releases/systemtap-2.7.tar.gz - source = .AURINFO - sha1sums = 5562d16446434e1a9a377697c45eb0852303ae41 - sha1sums = SKIP + sha1sums = 95034e8243e1f9fd33b765afda06546083df1b7f pkgname = systemtap diff --git a/PKGBUILD b/PKGBUILD index a4f1a0a..3840175 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=systemtap -pkgver=2.7 -pkgrel=3 +pkgver=2.8 +pkgrel=1 pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system." url="http://sourceware.org/systemtap/" arch=('i686' 'x86_64' 'armv7h') @@ -8,9 +8,8 @@ license=('GPL') depends=('elfutils' 'nss' 'python2') makedepends=('gcc') optdepends=('sqlite3' 'linux-fedora') -source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz .AURINFO) -sha1sums=('5562d16446434e1a9a377697c45eb0852303ae41' - 'SKIP') +source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz) +sha1sums=('95034e8243e1f9fd33b765afda06546083df1b7f') build() { cd "${srcdir}/${pkgname}-${pkgver}"