Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ponyc
Commits:
1bb96dca by Felix Yan at 2026-06-28T16:23:50+00:00
upgpkg: 0.65.0-2: remove conflicting headers
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ponyc
pkgdesc = An actor model, capabilities, high performance programming
language
pkgver = 0.65.0
- pkgrel = 1
+ pkgrel = 2
url = https://ponylang.org/
arch = x86_64
license = BSD-2-Clause
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=ponyc
pkgver=0.65.0
-pkgrel=1
+pkgrel=2
pkgdesc='An actor model, capabilities, high performance programming language'
arch=('x86_64')
url='https://ponylang.org/'
@@ -138,11 +138,6 @@ package() {
install -vdm755 "$pkgdir/usr/include/pony/detail"
ln -vs -t "$pkgdir/usr/include" /usr/lib/pony/include/pony.h
- ln -vs -t "$pkgdir/usr/include" \
- /usr/lib/pony/include/paths.h \
- /usr/lib/pony/include/platform.h \
- /usr/lib/pony/include/ponyassert.h \
- /usr/lib/pony/include/threads.h
ln -vs -t "$pkgdir/usr/include/pony/detail" \
/usr/lib/pony/include/pony/detail/atomics.h
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ponyc/-/commit/1bb96dcac0f792c82c4dd7edb236ac98a9442f82
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ponyc/-/commit/1bb96dcac0f792c82c4dd7edb236ac98a9442f82
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help