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

Felix Yan felixonmars at archlinux.org
Sat Feb 9 01:46:09 UTC 2019


    Date: Saturday, February 9, 2019 @ 01:46:08
  Author: felixonmars
Revision: 430773

archrelease: copy trunk to community-x86_64

Added:
  pony-stable/repos/community-x86_64/PKGBUILD
    (from rev 430772, 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-02-09 01:45:49 UTC (rev 430772)
+++ PKGBUILD	2019-02-09 01:46:08 UTC (rev 430773)
@@ -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.1.6
-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=('46a11f4fa7e8f10c04028c655d5723adb2792455af57879d0eb4b776d2e5057b16db31d4e439dce7f1702fe9cc468fd83048a2ae6c1993bb430df92f085c8a78')
-
-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 430772, pony-stable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-09 01:46:08 UTC (rev 430773)
@@ -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.0
+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=('72e7cfaab90f54e18adcb4e6d2d2a752ddab9b10cfa017d0e751183165e5de94b547cc5bcae7ff2268fe594e8901cb42ce50a86b9fed706ea0441efd3080f72b')
+
+build() {
+  cd pony-stable-$pkgver
+  make
+}
+
+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