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

2020-11-20 Thread Kyle Keen via arch-commits
Date: Friday, November 20, 2020 @ 19:13:39
  Author: kkeen
Revision: 758052

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 19:13:07 UTC (rev 758051)
+++ PKGBUILD2020-11-20 19:13:39 UTC (rev 758052)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.20
-pkgrel=1
-pkgdesc="converts between different units"
-arch=('x86_64')
-url="https://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=('c5e298c87516711f3bedb9315583bad0965c5d3d0bb587f9837a9af12a50fadc'
-'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 758051, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 19:13:39 UTC (rev 758052)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.21
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('x86_64')
+url="https://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=('6c3e80a9f980589fd962a5852a2674642257db1c5fd5b27c4d9e664f3486cbaf'
+'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
+}


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

2020-10-03 Thread Kyle Keen via arch-commits
Date: Saturday, October 3, 2020 @ 09:27:06
  Author: kkeen
Revision: 716474

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-03 09:26:50 UTC (rev 716473)
+++ PKGBUILD2020-10-03 09:27:06 UTC (rev 716474)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.19
-pkgrel=2
-pkgdesc="converts between different units"
-arch=('x86_64')
-url="https://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
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 716473, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-03 09:27:06 UTC (rev 716474)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.20
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('x86_64')
+url="https://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=('c5e298c87516711f3bedb9315583bad0965c5d3d0bb587f9837a9af12a50fadc'
+'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
+}


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

2019-06-04 Thread Kyle Keen via arch-commits
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
===
--- PKGBUILD2019-06-05 02:38:32 UTC (rev 476926)
+++ PKGBUILD2019-06-05 02:38:46 UTC (rev 476927)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-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)
+++ PKGBUILD2019-06-05 02:38:46 UTC (rev 476927)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+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
+}


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

2019-02-20 Thread Jan Steffens via arch-commits
Date: Wednesday, February 20, 2019 @ 09:46:20
  Author: heftig
Revision: 434673

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-20 09:46:00 UTC (rev 434672)
+++ PKGBUILD2019-02-20 09:46:20 UTC (rev 434673)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.18
-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')
-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
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 434672, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-20 09:46:20 UTC (rev 434673)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+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
+}


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

2018-10-24 Thread Kyle Keen via arch-commits
Date: Thursday, October 25, 2018 @ 02:26:32
  Author: kkeen
Revision: 398912

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-25 02:26:18 UTC (rev 398911)
+++ PKGBUILD2018-10-25 02:26:32 UTC (rev 398912)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.17
-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=('1f03c9f9aef1fb0ccddc6fb545f2925f7754de2bfa67d4e62f8758d7edfd5dd8'
-'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 398911, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-25 02:26:32 UTC (rev 398912)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.18
+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=('64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-12 Thread Kyle Keen via arch-commits
Date: Thursday, July 12, 2018 @ 23:27:12
  Author: kkeen
Revision: 358389

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-12 23:26:59 UTC (rev 358388)
+++ PKGBUILD2018-07-12 23:27:12 UTC (rev 358389)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-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
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 358388, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-12 23:27:12 UTC (rev 358389)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.17
+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=('1f03c9f9aef1fb0ccddc6fb545f2925f7754de2bfa67d4e62f8758d7edfd5dd8'
+'SKIP')
+
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-26 Thread Kyle Keen via arch-commits
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
===
--- PKGBUILD2018-02-26 16:18:54 UTC (rev 298444)
+++ PKGBUILD2018-02-26 16:19:08 UTC (rev 298445)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-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)
+++ PKGBUILD2018-02-26 16:19:08 UTC (rev 298445)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+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
+}


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Monday, February 26, 2018 @ 00:03:20
  Author: kkeen
Revision: 298166

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 00:02:36 UTC (rev 298165)
+++ PKGBUILD2018-02-26 00:03:20 UTC (rev 298166)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.16
-pkgrel=1
-pkgdesc="converts between different units"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/units/units.html";
-depends=('readline' 'python' 'python-unidecode')
-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 298165, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-26 00:03:20 UTC (rev 298166)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+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
+}


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

2017-11-13 Thread Sergej Pupykin
Date: Monday, November 13, 2017 @ 11:53:10
  Author: spupykin
Revision: 266730

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-13 11:52:52 UTC (rev 266729)
+++ PKGBUILD2017-11-13 11:53:10 UTC (rev 266730)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.15
-pkgrel=1
-pkgdesc="converts between different units"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/units/units.html";
-depends=('readline' 'python' 'python-unidecode')
-license=("GPL")
-options=('!makeflags')
-validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
-source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('25d6334fafc801e15b3b0388e207e1efc5d4ae88af6dc7b17d3913de6441f47c'
-'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 266729, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-13 11:53:10 UTC (rev 266730)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.16
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/units/units.html";
+depends=('readline' 'python' 'python-unidecode')
+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
+}