[arch-commits] Commit in pony-stable/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Dec 22 18:44:39 UTC 2019
Date: Sunday, December 22, 2019 @ 18:44:39
Author: felixonmars
Revision: 538874
upgpkg: pony-stable 0.2.2-2
Modified:
pony-stable/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-22 18:20:42 UTC (rev 538873)
+++ PKGBUILD 2019-12-22 18:44:39 UTC (rev 538874)
@@ -3,7 +3,7 @@
pkgname=pony-stable
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple dependency manager for the Pony language."
arch=('x86_64')
url="https://github.com/ponylang/pony-stable"
@@ -14,7 +14,7 @@
build() {
cd pony-stable-$pkgver
- make
+ make arch=x86-64
}
check() {
More information about the arch-commits
mailing list