[arch-commits] Commit in bc/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Apr 11 20:31:30 UTC 2020
Date: Saturday, April 11, 2020 @ 20:31:29
Author: jelle
Revision: 380126
archrelease: copy trunk to extra-x86_64
Added:
bc/repos/extra-x86_64/PKGBUILD
(from rev 380125, bc/trunk/PKGBUILD)
Deleted:
bc/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-11 20:31:17 UTC (rev 380125)
+++ PKGBUILD 2020-04-11 20:31:29 UTC (rev 380126)
@@ -1,34 +0,0 @@
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=bc
-pkgver=1.07.1
-pkgrel=3
-pkgdesc="An arbitrary precision calculator language"
-arch=('x86_64')
-url="https://www.gnu.org/software/bc/"
-license=('GPL')
-depends=('readline')
-makedepends=('ed')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
- 'SKIP')
-validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson <philnelson at acm.org>
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --infodir=/usr/share/info --with-readline
- make -j1
-}
-
-check () {
- cd "${pkgname}-${pkgver}"
- echo "quit" | ./bc/bc -l Test/checklib.b
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: bc/repos/extra-x86_64/PKGBUILD (from rev 380125, bc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-11 20:31:29 UTC (rev 380126)
@@ -0,0 +1,34 @@
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=bc
+pkgver=1.07.1
+pkgrel=4
+pkgdesc="An arbitrary precision calculator language"
+arch=('x86_64')
+url="https://www.gnu.org/software/bc/"
+license=('GPL')
+depends=('readline')
+makedepends=('ed')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a'
+ 'SKIP')
+validpgpkeys=('00E426232F384BF6D32D8B1881C24FF12FB7B14B') # Phil Nelson <philnelson at acm.org>
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --infodir=/usr/share/info --with-readline
+ make -j1
+}
+
+check () {
+ cd "${pkgname}-${pkgver}"
+ echo "quit" | ./bc/bc -l Test/checklib.b
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list