[arch-commits] Commit in less/repos (3 files)
Sébastien Luttringer
seblu at gemini.archlinux.org
Tue Jul 13 17:48:40 UTC 2021
Date: Tuesday, July 13, 2021 @ 17:48:39
Author: seblu
Revision: 419686
db-move: moved less from [testing] to [core] (x86_64)
Added:
less/repos/core-x86_64/PKGBUILD
(from rev 419685, 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-07-13 16:42:50 UTC (rev 419685)
+++ core-x86_64/PKGBUILD 2021-07-13 17:48:39 UTC (rev 419686)
@@ -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=581.2
-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=('ce34b47caf20a99740672bf560fc48d5d663c5e78e67bc254e616b9537d5d83b'
- '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 419685, less/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2021-07-13 17:48:39 UTC (rev 419686)
@@ -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=590
+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=('6aadf54be8bf57d0e2999a3c5d67b1de63808bb90deb8f77b028eafae3a08e10'
+ '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