Date: Friday, October 11, 2019 @ 08:52:48 Author: cesura Revision: 514753
archrelease: copy trunk to community-any Added: mate-common/repos/community-any/PKGBUILD (from rev 514752, mate-common/trunk/PKGBUILD) Deleted: mate-common/repos/community-any/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-10-11 08:52:30 UTC (rev 514752) +++ PKGBUILD 2019-10-11 08:52:48 UTC (rev 514753) @@ -1,26 +0,0 @@ -# Maintainer: Brad Fanella <ces...@archlinux.org> -# Contributor: Martin Wimpress <c...@flexion.org> - -pkgname=mate-common -pkgver=1.22.1 -pkgrel=1 -pkgdesc="Common development macros for MATE" -arch=('any') -license=('GPL') -depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool' - 'pkg-config') -url="https://mate-desktop.org" -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('8f6e372592733b17664f8816729328698d52b19bb42b0ab0456e22d21840f26f') - -build() { - cd "${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: mate-common/repos/community-any/PKGBUILD (from rev 514752, mate-common/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-10-11 08:52:48 UTC (rev 514753) @@ -0,0 +1,26 @@ +# Maintainer: Brad Fanella <ces...@archlinux.org> +# Contributor: Martin Wimpress <c...@flexion.org> + +pkgname=mate-common +pkgver=1.22.2 +pkgrel=1 +pkgdesc="Common development macros for MATE" +arch=('any') +license=('GPL') +depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool' + 'pkg-config') +url="https://mate-desktop.org" +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('ee7d873ad645962cf603fc632b96ec5968e4985dde06157229c3b08978c6a7f7') + +build() { + cd "${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}