[arch-commits] Commit in pacman-contrib/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Thu Aug 9 18:01:55 UTC 2018
Date: Thursday, August 9, 2018 @ 18:01:55
Author: demize
Revision: 370670
db-move: moved pacman-contrib from [community-testing] to [community] (x86_64)
Added:
pacman-contrib/repos/community-x86_64/PKGBUILD
(from rev 370669, pacman-contrib/repos/community-testing-x86_64/PKGBUILD)
Deleted:
pacman-contrib/repos/community-testing-x86_64/
pacman-contrib/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 40 ----------------------------------------
2 files changed, 40 insertions(+), 40 deletions(-)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2018-08-09 17:56:19 UTC (rev 370669)
+++ community-x86_64/PKGBUILD 2018-08-09 18:01:55 UTC (rev 370670)
@@ -1,40 +0,0 @@
-# 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
-}
Copied: pacman-contrib/repos/community-x86_64/PKGBUILD (from rev 370669, pacman-contrib/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-08-09 18:01:55 UTC (rev 370670)
@@ -0,0 +1,40 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=pacman-contrib
+pkgver=1.1.0
+pkgrel=1
+
+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=('308c3b8dc15ed8bd419cba1eb3103afe9250cf415626334a0c3a753b550549a6'
+ '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