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

Antonio Rojas arojas at archlinux.org
Mon May 21 07:17:58 UTC 2018


    Date: Monday, May 21, 2018 @ 07:17:57
  Author: arojas
Revision: 324669

archrelease: copy trunk to extra-x86_64

Added:
  di/repos/extra-x86_64/PKGBUILD
    (from rev 324668, di/trunk/PKGBUILD)
Deleted:
  di/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 07:17:32 UTC (rev 324668)
+++ PKGBUILD	2018-05-21 07:17:57 UTC (rev 324669)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=di
-pkgver=4.44
-pkgrel=1
-pkgdesc="A disk information utility, displaying everything (and more) that your df command does"
-arch=('i686' 'x86_64')
-url="http://www.gentoo.com/di/"
-license=('ZLIB')
-depends=('glibc')
-source=(http://gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('2ca647330f9ef81af3275e560d24f7dfe47f7e88')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_DIR="${pkgdir}/usr" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: di/repos/extra-x86_64/PKGBUILD (from rev 324668, di/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-21 07:17:57 UTC (rev 324669)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=di
+pkgver=4.46
+pkgrel=1
+pkgdesc="A disk information utility, displaying everything (and more) that your df command does"
+arch=('x86_64')
+url="http://www.gentoo.com/di/"
+license=('ZLIB')
+depends=('glibc')
+source=(http://gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3cc77280618d5e7b61eeedd3f25bb8521a6de5420793d73e217ce2c83d8e5333')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_DIR="${pkgdir}/usr" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list