[arch-commits] Commit in less/repos (3 files)

Sébastien Luttringer seblu at archlinux.org
Wed Apr 21 11:17:49 UTC 2021


    Date: Wednesday, April 21, 2021 @ 11:17:49
  Author: seblu
Revision: 412963

db-move: moved less from [testing] to [core] (x86_64)

Added:
  less/repos/core-x86_64/PKGBUILD
    (from rev 412962, less/repos/testing-x86_64/PKGBUILD)
Deleted:
  less/repos/core-x86_64/PKGBUILD
  less/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   31 +++++++++++++++++++++++++++++++
 core-x86_64/PKGBUILD |   31 -------------------------------
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2021-04-21 11:10:01 UTC (rev 412962)
+++ core-x86_64/PKGBUILD	2021-04-21 11:17:49 UTC (rev 412963)
@@ -1,31 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=less
-pkgver=563
-pkgrel=1
-epoch=1
-pkgdesc='A terminal based program for viewing text files'
-license=('GPL3')
-arch=('x86_64')
-url='http://www.greenwoodsoftware.com/less'
-depends=('glibc' 'ncurses' 'pcre2')
-validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
-source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
-        "$pkgname-$pkgver.tar.gz.sig::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")
-sha256sums=('ce5b6d2b9fc4442d7a07c93ab128d2dff2ce09a1d4f2d055b95cf28dd0dc9a9a'
-            'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: less/repos/core-x86_64/PKGBUILD (from rev 412962, less/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2021-04-21 11:17:49 UTC (rev 412963)
@@ -0,0 +1,31 @@
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=less
+pkgver=581
+pkgrel=1
+epoch=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('x86_64')
+url='https://www.greenwoodsoftware.com/less/'
+depends=('glibc' 'ncurses' 'pcre2')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=("https://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.tar.gz.sig::https://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")
+sha256sums=('1d077f83fe7867e0ecfd278eab3122326b21c22c9161366189c38e09b96a2c65'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list