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

Felix Yan felixonmars at archlinux.org
Wed Jul 24 07:18:25 UTC 2019


    Date: Wednesday, July 24, 2019 @ 07:18:25
  Author: felixonmars
Revision: 492678

archrelease: copy trunk to community-x86_64

Added:
  pony-stable/repos/community-x86_64/PKGBUILD
    (from rev 492677, 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-07-24 07:18:14 UTC (rev 492677)
+++ PKGBUILD	2019-07-24 07:18:25 UTC (rev 492678)
@@ -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.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
-}

Copied: pony-stable/repos/community-x86_64/PKGBUILD (from rev 492677, pony-stable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-24 07:18:25 UTC (rev 492678)
@@ -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.1
+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=('280d947ae04d26796d0bf0016925005b8f22dd4dd179f864ed34759f5f1f229c73870c7b3fcbb8d6a8411076af76d13d0321abc865d37d7cd2558aaf5c3b1e55')
+
+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