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

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Jan 26 10:54:11 UTC 2022


    Date: Wednesday, January 26, 2022 @ 10:54:11
  Author: arodseth
Revision: 1115656

archrelease: copy trunk to community-x86_64

Added:
  e3/repos/community-x86_64/PKGBUILD
    (from rev 1115655, e3/trunk/PKGBUILD)
Deleted:
  e3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++------------------------------
 1 file changed, 27 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-26 10:54:05 UTC (rev 1115655)
+++ PKGBUILD	2022-01-26 10:54:11 UTC (rev 1115656)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=e3
-pkgver=2.82
-pkgrel=4
-pkgdesc='Tiny editor without dependencies, written in assembly'
-arch=(x86_64)
-url='https://sites.google.com/site/e3editor/'
-license=(GPL2)
-makedepends=(yasm)
-options=(!strip)
-source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz")
-sha256sums=('53c51d656801fd3ae0179a5b27f028e07eaba328e80c8c55050268359b9a2924')
-
-build() {
-  make -C $pkgname-$pkgver clean
-  make -C $pkgname-$pkgver NASM_OR_YASM=yasm 64
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 e3 "$pkgdir/usr/bin/e3"
-  for f in e3ws e3em e3pi e3vi e3ne; do
-    ln -sf /usr/bin/e3 "$pkgdir/usr/bin/$f"
-  done
-  install -Dm644 e3.man "$pkgdir/usr/share/man/man1/e3.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: e3/repos/community-x86_64/PKGBUILD (from rev 1115655, e3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-26 10:54:11 UTC (rev 1115656)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=e3
+pkgver=2.82
+pkgrel=5
+pkgdesc='Tiny editor without dependencies, written in assembly'
+arch=(x86_64)
+url='https://sites.google.com/site/e3editor/'
+license=(GPL2)
+makedepends=(yasm)
+options=(!strip)
+source=("$pkgname-$pkgver.tar.gz::https://drive.google.com/uc?export=download&id=1ZNWI-Fl7Zc69H0hX1WpLpwG9mxUcZf30")
+b2sums=('09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36')
+
+build() {
+  make -C $pkgname-$pkgver NASM_OR_YASM=yasm clean 64
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 e3 "$pkgdir/usr/bin/e3"
+  for f in e3ws e3em e3pi e3vi e3ne; do
+    ln -sf /usr/bin/e3 "$pkgdir/usr/bin/$f"
+  done
+  install -Dm644 e3.man "$pkgdir/usr/share/man/man1/e3.1"
+}



More information about the arch-commits mailing list