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

Felix Yan felixonmars at archlinux.org
Sun Dec 22 18:44:51 UTC 2019


    Date: Sunday, December 22, 2019 @ 18:44:50
  Author: felixonmars
Revision: 538875

archrelease: copy trunk to community-x86_64

Added:
  pony-stable/repos/community-x86_64/PKGBUILD
    (from rev 538874, pony-stable/trunk/PKGBUILD)
Deleted:
  pony-stable/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-22 18:44:39 UTC (rev 538874)
+++ PKGBUILD	2019-12-22 18:44:50 UTC (rev 538875)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Xavier Francisco <echo moc.liamg at ocsicnarf.n.reivax | rev>
-
-pkgname=pony-stable
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="A simple dependency manager for the Pony language."
-arch=('x86_64')
-url="https://github.com/ponylang/pony-stable"
-license=('BSD')
-depends=('ponyc')
-source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz")
-sha512sums=('1b7e12443b225000b10210e900fff0cc7ab3d04341bcc8d23aa4653614bbb6987577222ab1278e619d532b254fc171f44dcf27edd18748fc0711441b6196bd3c')
-
-build() {
-  cd pony-stable-$pkgver
-  make
-}
-
-check() {
-  cd pony-stable-$pkgver
-  make test
-}
-
-package() {
-  cd pony-stable-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: pony-stable/repos/community-x86_64/PKGBUILD (from rev 538874, pony-stable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-22 18:44:50 UTC (rev 538875)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Xavier Francisco <echo moc.liamg at ocsicnarf.n.reivax | rev>
+
+pkgname=pony-stable
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="A simple dependency manager for the Pony language."
+arch=('x86_64')
+url="https://github.com/ponylang/pony-stable"
+license=('BSD')
+depends=('ponyc')
+source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz")
+sha512sums=('1b7e12443b225000b10210e900fff0cc7ab3d04341bcc8d23aa4653614bbb6987577222ab1278e619d532b254fc171f44dcf27edd18748fc0711441b6196bd3c')
+
+build() {
+  cd pony-stable-$pkgver
+  make arch=x86-64
+}
+
+check() {
+  cd pony-stable-$pkgver
+  make test
+}
+
+package() {
+  cd pony-stable-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr install
+}



More information about the arch-commits mailing list