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

Kyle Keen kkeen at archlinux.org
Wed Jun 5 02:38:47 UTC 2019


    Date: Wednesday, June 5, 2019 @ 02:38:46
  Author: kkeen
Revision: 476927

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-05 02:38:32 UTC (rev 476926)
+++ PKGBUILD	2019-06-05 02:38:46 UTC (rev 476927)
@@ -1,32 +0,0 @@
-# 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.18
-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=('64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678'
-            'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 476926, units/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-05 02:38:46 UTC (rev 476927)
@@ -0,0 +1,32 @@
+# 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.19
+pkgrel=1
+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=('4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556'
+            'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list