Date: Saturday, November 12, 2022 @ 19:35:17
Author: arojas
Revision: 1347071
archrelease: copy trunk to community-x86_64
Added:
mtd-utils/repos/community-x86_64/PKGBUILD
(from rev 1347070, mtd-utils/trunk/PKGBUILD)
mtd-utils/repos/community-x86_64/keys/
Deleted:
mtd-utils/repos/community-x86_64/PKGBUILD
mtd-utils/repos/community-x86_64/keys/
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-12 19:35:07 UTC (rev 1347070)
+++ PKGBUILD 2022-11-12 19:35:17 UTC (rev 1347071)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Phil Pirozhkov <[email protected]>
-
-pkgname=mtd-utils
-pkgver=2.1.4
-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=('4010a7b25cf32df2de02b8efbbe91c49789e3963618df7461e4bf64a8c588440c55f17c750a7d2df34367a732b0fefc487ee052129a5aa6a44a0023b714dface'
- 'SKIP')
-validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --sbindir=/usr/bin \
- --enable-unit-tests \
- --enable-tests
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check -j1
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: mtd-utils/repos/community-x86_64/PKGBUILD (from rev 1347070,
mtd-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-12 19:35:17 UTC (rev 1347071)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Phil Pirozhkov <[email protected]>
+
+pkgname=mtd-utils
+pkgver=2.1.5
+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=('625ee12baf38401c60f6c22d53ed649710417f8d03c6c2217cee890478954e22261428fbf11c713493fb6b7d452ed5af44b0dc9c58133f7b4f52e369353a62c3'
+ 'SKIP')
+validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --sbindir=/usr/bin \
+ --enable-unit-tests \
+ --enable-tests
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make check -j1
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et: