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

Kyle Keen kkeen at archlinux.org
Mon Feb 26 16:19:09 UTC 2018


    Date: Monday, February 26, 2018 @ 16:19:08
  Author: kkeen
Revision: 298445

archrelease: copy trunk to community-x86_64

Added:
  units/repos/community-x86_64/PKGBUILD
    (from rev 298444, units/trunk/PKGBUILD)
Deleted:
  units/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 16:18:54 UTC (rev 298444)
+++ PKGBUILD	2018-02-26 16:19:08 UTC (rev 298445)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Steve Sansom <snsansom at gmail.com>
-
-pkgname=units
-pkgver=2.16
-pkgrel=2
-pkgdesc="converts between different units"
-arch=('x86_64')
-url="http://www.gnu.org/software/units/units.html"
-depends=('readline')
-optdepends=('python-unidecode: for live currency rates'
-            'python-requests: for live currency rates')
-license=("GPL")
-options=('!makeflags')
-validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
-source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('dcf3f78482a13b150fc6bf0f8d611510816a3424bc2b26229b85b1cadeb81686'
-            'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 298444, units/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-26 16:19:08 UTC (rev 298445)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Steve Sansom <snsansom at gmail.com>
+
+pkgname=units
+pkgver=2.16
+pkgrel=3
+pkgdesc="converts between different units"
+arch=('x86_64')
+url="http://www.gnu.org/software/units/units.html"
+depends=('readline')
+optdepends=('python-unidecode: for live currency rates'
+            'python-requests: for live currency rates')
+makedepends=('python-unidecode' 'python-requests')
+license=("GPL")
+options=('!makeflags')
+validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
+source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('dcf3f78482a13b150fc6bf0f8d611510816a3424bc2b26229b85b1cadeb81686'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list