[arch-commits] Commit in which/repos (3 files)
Sébastien Luttringer
seblu at archlinux.org
Mon Oct 7 09:29:20 UTC 2019
Date: Monday, October 7, 2019 @ 09:29:20
Author: seblu
Revision: 363989
db-move: moved which from [testing] to [core] (x86_64)
Added:
which/repos/core-x86_64/PKGBUILD
(from rev 363988, which/repos/testing-x86_64/PKGBUILD)
Deleted:
which/repos/core-x86_64/PKGBUILD
which/repos/testing-x86_64/
----------------------+
/PKGBUILD | 30 ++++++++++++++++++++++++++++++
core-x86_64/PKGBUILD | 30 ------------------------------
2 files changed, 30 insertions(+), 30 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2019-10-07 09:29:19 UTC (rev 363988)
+++ core-x86_64/PKGBUILD 2019-10-07 09:29:20 UTC (rev 363989)
@@ -1,30 +0,0 @@
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=which
-pkgver=2.21
-pkgrel=3
-pkgdesc='A utility to show the full path of commands'
-arch=('x86_64')
-url='https://savannah.gnu.org/projects/which/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash')
-# gpg key is using deprecated md5 algo, do not use
-# check if a new one is issued in the next release
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: which/repos/core-x86_64/PKGBUILD (from rev 363988, which/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2019-10-07 09:29:20 UTC (rev 363989)
@@ -0,0 +1,30 @@
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=which
+pkgver=2.21
+pkgrel=4
+pkgdesc='A utility to show the full path of commands'
+arch=('x86_64')
+url='https://savannah.gnu.org/projects/which/'
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+# gpg key is using deprecated md5 algo, do not use
+# check if a new one is issued in the next release
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list