Date: Tuesday, May 2, 2023 @ 15:02:42
  Author: arojas
Revision: 1455852

archrelease: copy trunk to community-x86_64

Added:
  elinks/repos/community-x86_64/PKGBUILD
    (from rev 1455851, elinks/trunk/PKGBUILD)
Deleted:
  elinks/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 15:02:31 UTC (rev 1455851)
+++ PKGBUILD    2023-05-02 15:02:42 UTC (rev 1455852)
@@ -1,41 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Andrea Scarpino <[email protected]>
-# Contributor: damir <[email protected]>
-# Contributor: Ben <[email protected]>
-
-pkgname=elinks
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="Advanced, feature-rich text mode web browser"
-arch=("x86_64")
-url="http://elinks.or.cz";
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua' 'libidn'
-        'gc' 'tre' 'zlib')
-source=("elinks-$pkgver.tgz::https://github.com/rkd77/elinks/archive/v$pkgver.tar.gz";)
-sha256sums=('5494a73737eeb182fe2333b74e9b6192170f583c7722a0650dcd14ef088b9dfb')
-
-# todo: make it work with a modern 'js' package
-# (upstream has no interest in writing that)
-
-build() {
-  cd elinks-$pkgver
-  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-              --sysconfdir=/etc \
-              --disable-smb --without-x --enable-cgi \
-              --enable-leds --enable-256-colors --enable-html-highlight \
-              --with-zlib --with-luapkg=lua54
-  make
-}
-
-package() {
-  cd elinks-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir/usr/share/locale/locale.alias"
-
-  install -D -m644 "contrib/debian/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: elinks/repos/community-x86_64/PKGBUILD (from rev 1455851, 
elinks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-02 15:02:42 UTC (rev 1455852)
@@ -0,0 +1,41 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Ben <[email protected]>
+
+pkgname=elinks
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="Advanced, feature-rich text mode web browser"
+arch=("x86_64")
+url="http://elinks.or.cz";
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua' 'libidn'
+        'gc' 'tre' 'zlib')
+source=("elinks-$pkgver.tgz::https://github.com/rkd77/elinks/archive/v$pkgver.tar.gz";)
+sha256sums=('f23f25cc036c36d63a39cb9afa44619b8ca022c0a485cdb1ffe16912b42580e1')
+
+# todo: make it work with a modern 'js' package
+# (upstream has no interest in writing that)
+
+build() {
+  cd elinks-$pkgver
+  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --sysconfdir=/etc \
+              --disable-smb --without-x --enable-cgi \
+              --enable-leds --enable-256-colors --enable-html-highlight \
+              --with-zlib --with-luapkg=lua54
+  make -j1
+}
+
+package() {
+  cd elinks-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Reply via email to