Date: Wednesday, April 12, 2023 @ 22:10:51
Author: arodseth
Revision: 1445038
archrelease: copy trunk to community-x86_64
Added:
algol68g/repos/community-x86_64/PKGBUILD
(from rev 1445037, algol68g/trunk/PKGBUILD)
Deleted:
algol68g/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 34 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 22:10:45 UTC (rev 1445037)
+++ PKGBUILD 2023-04-12 22:10:51 UTC (rev 1445038)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: <[email protected]>
-
-pkgname=(algol68g algol68g-doc)
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Algol 68 compiler and interpreter'
-arch=(x86_64)
-url='https://jmvdveer.home.xs4all.nl/algol.html'
-license=(GPL)
-depends=(gsl mpfr plotutils)
-optdepends=('postgresql-libs: for postgresql support')
-source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
- 'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
-b2sums=('91ec45f684368a3d14b0dab5064d73986a435537d9212d52da5ac936ae3598767e2b3bb4cca41a7a59f3db63cd2469f75c8488e57c2502d1fee893be4f365fc4'
-
'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 1445037,
algol68g/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-12 22:10:51 UTC (rev 1445038)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Karolina Lindqvist <[email protected]>
+
+pkgname=(algol68g algol68g-doc)
+pkgver=3.1.6
+pkgrel=1
+pkgdesc='Algol 68 compiler and interpreter'
+arch=(x86_64)
+url='https://jmvdveer.home.xs4all.nl/algol.html'
+license=(GPL)
+depends=(gsl mpfr plotutils)
+optdepends=('postgresql-libs: for postgresql support')
+source=("https://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
+ 'https://ftp.tw.freebsd.org/distfiles/a68g-doc.pdf')
+b2sums=('167992ad113cc72f5bb0420abd743a1a66bb9f3a91c62bb512f26c88978d60e13708364da81db010bb8689490134d1cab52e12f507574cbc866d478a0f6a53de'
+
'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"
+}