[arch-commits] Commit in algol68g/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Mon Sep 5 17:24:53 UTC 2022
Date: Monday, September 5, 2022 @ 17:24:53
Author: arodseth
Revision: 1293071
archrelease: copy trunk to community-x86_64
Added:
algol68g/repos/community-x86_64/PKGBUILD
(from rev 1293070, algol68g/trunk/PKGBUILD)
Deleted:
algol68g/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 17:24:46 UTC (rev 1293070)
+++ PKGBUILD 2022-09-05 17:24:53 UTC (rev 1293071)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: <karolina.lindqvist at kramnet.se>
-
-pkgname=(algol68g algol68g-doc)
-pkgver=3.0.6
-pkgrel=1
-pkgdesc='Algol 68 compiler and interpreter'
-arch=(x86_64)
-url='https://jmvdveer.home.xs4all.nl/algol.html'
-license=(GPL)
-depends=(gsl plotutils)
-optdepends=('postgresql-libs: for postgresql support')
-# This URL was removed:
-source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
- 'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
-b2sums=('37a0c0e7386f31dd9b986e9c6da0f21a762dc099d5ece48dbdd1bad7789f38bf131e23ffe20596e2d874f71a0bd3a8045739e794f75bd8b5316fd7bf8e99e91e'
- 'f8ca710d9a4f611873de41785e70359bd566645268ebb848803d3cd2e9a9f873f8ac423e3e08699998083444b7f6d98df32fdb7a4c6b36692462ee50ddb1e410')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package_algol68g() {
- make -C $pkgname-$pkgver \
- DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname install
-}
-
-package_algol68g-doc() {
- install -Dm644 a68g-doc.pdf \
- "$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
-}
Copied: algol68g/repos/community-x86_64/PKGBUILD (from rev 1293070, algol68g/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 17:24:53 UTC (rev 1293071)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: <karolina.lindqvist at kramnet.se>
+
+pkgname=(algol68g algol68g-doc)
+pkgver=3.0.7
+pkgrel=1
+pkgdesc='Algol 68 compiler and interpreter'
+arch=(x86_64)
+url='https://jmvdveer.home.xs4all.nl/algol.html'
+license=(GPL)
+depends=(gsl plotutils)
+optdepends=('postgresql-libs: for postgresql support')
+# This URL was removed:
+source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
+ 'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
+b2sums=('e9c1185d709b94a701797a0224b6b2e106d0fcb66e94a34ea8d482b8ccfc86c6134c30a0311d6630b23c4d4e219950fdac0c4c2e200f4dab3aef279ecd850470'
+ 'f8ca710d9a4f611873de41785e70359bd566645268ebb848803d3cd2e9a9f873f8ac423e3e08699998083444b7f6d98df32fdb7a4c6b36692462ee50ddb1e410')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package_algol68g() {
+ make -C $pkgname-$pkgver \
+ DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname install
+}
+
+package_algol68g-doc() {
+ install -Dm644 a68g-doc.pdf \
+ "$pkgdir/usr/share/doc/algol68g/learning_algol.pdf"
+}
More information about the arch-commits
mailing list