[arch-commits] Commit in libmspack/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Oct 22 19:28:23 UTC 2018


    Date: Monday, October 22, 2018 @ 19:28:23
  Author: anthraxx
Revision: 337026

archrelease: copy trunk to extra-x86_64

Added:
  libmspack/repos/extra-x86_64/PKGBUILD
    (from rev 337025, libmspack/trunk/PKGBUILD)
Deleted:
  libmspack/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-22 19:27:39 UTC (rev 337025)
+++ PKGBUILD	2018-10-22 19:28:23 UTC (rev 337026)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=libmspack
-pkgver=0.7.1alpha
-pkgrel=1
-epoch=1
-pkgdesc="A library for Microsoft compression formats"
-url="https://www.cabextract.org.uk/libmspack/"
-arch=(x86_64)
-license=(GPL)
-depends=(glibc)
-makedepends=(git)
-_commit=846db1c3419eca65f8d09b5452063870a65ed9f0  # tags/v0.7.1alpha^0
-source=("git+https://github.com/kyz/libmspack#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare(){
-  cd $pkgname/$pkgname
-  autoreconf -vfi
-}
-
-build() {
-  cd $pkgname/$pkgname
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname/$pkgname
-  make check
-}
-
-package() {
-  cd $pkgname/$pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmspack/repos/extra-x86_64/PKGBUILD (from rev 337025, libmspack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-22 19:28:23 UTC (rev 337026)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libmspack
+pkgver=0.8alpha
+pkgrel=1
+epoch=1
+pkgdesc="A library for Microsoft compression formats"
+url="https://www.cabextract.org.uk/libmspack/"
+arch=(x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(git)
+_commit=fcb1f1873ba2ca004a4e29e1e8d92768d2422028  # tags/v0.8alpha^0
+source=("git+https://github.com/kyz/libmspack#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare(){
+  cd $pkgname/$pkgname
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname/$pkgname
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname/$pkgname
+  make check
+}
+
+package() {
+  cd $pkgname/$pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list