[arch-commits] Commit in buildah/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Apr 9 15:49:36 UTC 2020


    Date: Thursday, April 9, 2020 @ 15:49:36
  Author: foxboron
Revision: 613044

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
    (from rev 613043, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-09 15:49:26 UTC (rev 613043)
+++ PKGBUILD	2020-04-09 15:49:36 UTC (rev 613044)
@@ -1,35 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=buildah
-pkgver=1.14.6
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah"
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
-             bzip2 go-md2man runc skopeo)
-_commit=09cce6292b7f4f6ee16da3e2001f34b1e4126679 # tags/v1.14.6
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install
-  make DESTDIR="$pkgdir" PREFIX=usr install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 613043, buildah/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-09 15:49:36 UTC (rev 613044)
@@ -0,0 +1,35 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=buildah
+pkgver=1.14.7
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah"
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
+             bzip2 go-md2man runc skopeo)
+_commit=3812432dc21c32d609aa96474bed44e4f4be6b0b # tags/v1.14.7
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install
+  make DESTDIR="$pkgdir" PREFIX=usr install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list