[arch-commits] Commit in pony-stable/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 15 05:47:45 UTC 2019
Date: Friday, November 15, 2019 @ 05:47:44
Author: felixonmars
Revision: 528799
archrelease: copy trunk to community-x86_64
Added:
pony-stable/repos/community-x86_64/PKGBUILD
(from rev 528798, 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-11-15 05:47:30 UTC (rev 528798)
+++ PKGBUILD 2019-11-15 05:47:44 UTC (rev 528799)
@@ -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.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
-}
Copied: pony-stable/repos/community-x86_64/PKGBUILD (from rev 528798, pony-stable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-15 05:47:44 UTC (rev 528799)
@@ -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=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
+}
More information about the arch-commits
mailing list