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

Christian Hesse eworm at archlinux.org
Tue Aug 6 06:14:15 UTC 2019


    Date: Tuesday, August 6, 2019 @ 06:14:14
  Author: eworm
Revision: 359240

archrelease: copy trunk to community-x86_64

Added:
  libmspack/repos/community-x86_64/PKGBUILD
    (from rev 359239, libmspack/trunk/PKGBUILD)
Deleted:
  libmspack/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-06 06:14:12 UTC (rev 359239)
+++ PKGBUILD	2019-08-06 06:14:14 UTC (rev 359240)
@@ -1,32 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=libmspack
-pkgver=0.10.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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kyz/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('bd8537b04ebd2149819ce867e3eba50f862a8a0043fd2061360b4101eddaa382')
-
-build() {
-  cd $pkgname-${pkgver}/$pkgname
-  autoreconf -vfi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-${pkgver}/$pkgname
-  make check
-}
-
-package() {
-  cd $pkgname-${pkgver}/$pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmspack/repos/community-x86_64/PKGBUILD (from rev 359239, libmspack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-06 06:14:14 UTC (rev 359240)
@@ -0,0 +1,32 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libmspack
+epoch=1
+pkgver=0.10.1alpha
+pkgrel=2
+pkgdesc='A library for Microsoft compression formats'
+url='https://www.cabextract.org.uk/libmspack/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kyz/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('bd8537b04ebd2149819ce867e3eba50f862a8a0043fd2061360b4101eddaa382')
+
+build() {
+  cd $pkgname-${pkgver}/$pkgname
+  autoreconf -vfi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-${pkgver}/$pkgname
+  make check
+}
+
+package() {
+  cd $pkgname-${pkgver}/$pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list