[arch-commits] Commit in mtd-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 31 08:48:56 UTC 2020
Date: Friday, July 31, 2020 @ 08:48:56
Author: felixonmars
Revision: 666112
archrelease: copy trunk to community-x86_64
Added:
mtd-utils/repos/community-x86_64/PKGBUILD
(from rev 666111, mtd-utils/trunk/PKGBUILD)
Deleted:
mtd-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 08:48:41 UTC (rev 666111)
+++ PKGBUILD 2020-07-31 08:48:56 UTC (rev 666112)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Phil Pirozhkov <pirjsuka at gmail.com>
-
-pkgname=mtd-utils
-pkgver=2.1.1
-pkgrel=2
-pkgdesc='Utilities for dealing with MTD devices'
-url='http://www.linux-mtd.infradead.org/'
-arch=('x86_64')
-license=('GPL2')
-depends=('lzo' 'util-linux' 'zstd' 'zlib')
-makedepends=('cmocka')
-source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha512sums=('615b27f6c4c9f392715060467b5728aeb1e774256e661e2b84126464e69a5e1140646e2cf9d6e42d6279c6396c1b2204f545023e5be09d02afb1587d62c4399e'
- 'SKIP')
-validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --enable-unit-tests \
- --enable-tests
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: mtd-utils/repos/community-x86_64/PKGBUILD (from rev 666111, mtd-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-31 08:48:56 UTC (rev 666112)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Phil Pirozhkov <pirjsuka at gmail.com>
+
+pkgname=mtd-utils
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Utilities for dealing with MTD devices'
+url='http://www.linux-mtd.infradead.org/'
+arch=('x86_64')
+license=('GPL2')
+depends=('lzo' 'util-linux' 'zstd' 'zlib')
+makedepends=('cmocka')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('ff3bf018d02b7fb2d545c49823d69a1726e42c39e3e3a956c1c4dc2ac7f18142b1dab66ad4c167b2652e33bc2a0fa277a6803e7fd04d7fd8b75d70a047ce177d'
+ 'SKIP')
+validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --enable-unit-tests \
+ --enable-tests
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list