Greetings, 

I have updated the packages "command-not-found" and "ipmiutil", which
were flagged as "out of date" to their newest versions. 

Changelog:

command-not-found: Changed version from 0.6.1 to 0.6.2 and updated the
sha256sums

ipmiutil: Changed the version from 2.9.5 to 3.1.3 and updated the
md5sums

They both compiled under their given architectures (i686 and x86_64)
using librechroot. 
# Maintainer (Arch): Bernhard Landauer <[email protected]>
# Contributor (Arch): Matthias Maennich <[email protected]>
# Maintainer: Omar Vega Ramos <[email protected]>
# Contributor: Luke Shumaker <[email protected]>

pkgname=command-not-found
pkgver=0.6.2
pkgrel=2
pkgdesc="In case a command could not be found this utility searches for 
packages containing this or a similar command (bash,zsh)."
arch=('i686' 'x86_64')
url="https://github.com/metti/$pkgname";
license=('GPL3')
depends=('boost-libs' 'libarchive' 'tdb' 'wget')
makedepends=('boost' 'cmake' 'git')
install=$pkgname.install
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('a5946d2180b67ff16f0cd4d248dce3fcee36cbf535b946e50c90c55dc6cf31aa')

build() {
  cd $pkgname-$pkgver
  cmake \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX="" \
    src
  make
}

package(){
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}
# Contributor (Arch): Florian Dejonckheere <[email protected]>
# Contributor (Arch): goodmen <[email protected]>
# Contributor (Arch): Gergely Imreh <imrehgATgmailDOTcom>
# Contributors: champus, madeye, Ranguvar and ninja_pt
# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <[email protected]>

pkgname=ipmiutil
pkgver=3.1.3
pkgrel=1
pkgdesc="A simple program that lists results from the hardware detection 
library."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/ipmiutil/";
license=('BSD3')
depends=('openssl')
options=('!emptydirs')
source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
md5sums=('0d448d14726e2fda0eb9451fb2866a5c')

build()
{
        cd "${srcdir}/${pkgname}-${pkgver}"

        ./configure --enable-gpl --libdir=/usr/lib --bindir=/usr/bin
        make
}

package()
{
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install

        cd "${pkgdir}"
pwd
        mv -v usr/sbin/* usr/bin/
        rmdir -v usr/sbin/

        install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" 
"${pkgdir}/usr/share/licenses/ipmiutil/LICENSE"
}

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to