[arch-commits] Commit in pacman-contrib/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Mon May 28 17:53:37 UTC 2018
Date: Monday, May 28, 2018 @ 17:53:30
Author: demize
Revision: 333078
db-move: moved pacman-contrib from [community] to [community-testing] (x86_64)
Added:
pacman-contrib/repos/community-testing-x86_64/PKGBUILD
(from rev 333077, pacman-contrib/repos/community-x86_64/PKGBUILD)
Deleted:
pacman-contrib/repos/community-testing-x86_64/PKGBUILD
pacman-contrib/repos/community-x86_64/
-----------------------------------+
/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 40 ------------------------------------
2 files changed, 40 insertions(+), 40 deletions(-)
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2018-05-28 17:51:55 UTC (rev 333077)
+++ community-testing-x86_64/PKGBUILD 2018-05-28 17:53:30 UTC (rev 333078)
@@ -1,40 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=pacman-contrib
-pkgver=1.0.0
-pkgrel=1
-
-pkgdesc="A library-based package manager with dependency support"
-url="http://www.archlinux.org/pacman/"
-arch=('x86_64')
-license=('GPL')
-
-depends=('pacman' 'fakeroot')
-optdepends=('mlocate: pacdiff'
- 'findutils: pacdiff')
-makedepends=('asciidoc')
-
-validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg <johannes at kyriasis.com>
-source=(https://sources.archlinux.org/other/community/pacman-contrib/pacman-contrib-$pkgver.tar.gz{,.asc})
-sha256sums=('0fb95514bd16a316d4cce920d34edc88b0d0618c484e2d7588746869d2339795'
- 'SKIP')
-
-build() {
- cd pacman-contrib-$pkgver
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var
- make
-}
-
-check() {
- make -C pacman-contrib-$pkgver check
-}
-
-package() {
- cd pacman-contrib-$pkgver
-
- make DESTDIR="$pkgdir" install
-}
Copied: pacman-contrib/repos/community-testing-x86_64/PKGBUILD (from rev 333077, pacman-contrib/repos/community-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-05-28 17:53:30 UTC (rev 333078)
@@ -0,0 +1,40 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=pacman-contrib
+pkgver=1.0.0
+pkgrel=2
+
+pkgdesc="Contributed scripts and tools for pacman systems"
+url="https://git.archlinux.org/pacman-contrib.git/about/"
+arch=('x86_64')
+license=('GPL')
+
+depends=('pacman' 'fakeroot')
+optdepends=('mlocate: pacdiff'
+ 'findutils: pacdiff')
+makedepends=('asciidoc')
+
+validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5') # Johannes Löthberg <johannes at kyriasis.com>
+source=(https://sources.archlinux.org/other/community/pacman-contrib/pacman-contrib-$pkgver.tar.gz{,.asc})
+sha256sums=('0fb95514bd16a316d4cce920d34edc88b0d0618c484e2d7588746869d2339795'
+ 'SKIP')
+
+build() {
+ cd pacman-contrib-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
+ make
+}
+
+check() {
+ make -C pacman-contrib-$pkgver check
+}
+
+package() {
+ cd pacman-contrib-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list