[Dev] Updates for flagged packages

Leo Nunner leo at leonunner.com
Tue Jul 16 17:54:58 GMT 2019


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. 
-------------- next part --------------
# Maintainer (Arch): Bernhard Landauer <oberon at manjaro.org>
# Contributor (Arch): Matthias Maennich <arch at maennich.net>
# Maintainer: Omar Vega Ramos <ovruni at gnu.org.pe>
# Contributor: Luke Shumaker <lukeshu at parabola.nu>

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
}
-------------- next part --------------
# Contributor (Arch): Florian Dejonckheere <florian at floriandejonckheere.be>
# Contributor (Arch): goodmen <goodmenlinux at gmail.com>
# Contributor (Arch): Gergely Imreh <imrehgATgmailDOTcom>
# Contributors: champus, madeye, Ranguvar and ninja_pt
# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien at cwb.IO>

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"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20190716/6fce6c30/attachment.sig>


More information about the Dev mailing list