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

Antonio Rojas arojas at archlinux.org
Mon Oct 1 20:30:02 UTC 2018


    Date: Monday, October 1, 2018 @ 20:30:02
  Author: arojas
Revision: 335625

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 20:29:42 UTC (rev 335624)
+++ PKGBUILD	2018-10-01 20:30:02 UTC (rev 335625)
@@ -1,24 +0,0 @@
-# $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"
-}

Copied: di/repos/extra-x86_64/PKGBUILD (from rev 335624, di/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-01 20:30:02 UTC (rev 335625)
@@ -0,0 +1,23 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=di
+pkgver=4.47
+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=('b5031c1f3b98536eee95fb91634fe700cec5e08a3cf38e14fffc47f969bf8a7e')
+
+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