summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuben Agin2024-01-16 05:26:42 -0600
committerRuben Agin2024-01-16 05:26:42 -0600
commit02bad145ccb37377d846803feb41495fd0f61a7d (patch)
tree4aa796f751aedd6863006bdad7a8effe565006b5 /PKGBUILD
parentf0a85769090502c3a74a65a9cedd0c84889cd5c1 (diff)
downloadaur-02bad145ccb37377d846803feb41495fd0f61a7d.tar.gz
Updated URL for downloading since OSDN seems dead now. Enabled lto.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8532f019c9e0..fcf19a8cfaf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,10 @@ optdepends=('perl-x11-protocol: for computing optimal graphics parameters'
"${_gtk}: graphics hosted via ${_gtk}"
'sdl2: graphics hosted via SDL2')
makedepends=('perl-x11-protocol' 'libvncserver' "${_gtk}" 'sdl2')
-source=("https://osdn.net/dl/nme/${pkgname}-${pkgver}.tar.xz")
+source=("https://github.com/phabrics/nme/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+#source=("https://osdn.net/dl/nme/${pkgname}-${pkgver}.tar.xz")
sha256sums=('ea72a457e0fe8144f985e0a5bf848cd5872a807f47fad492b9e1e5fbd7c173bf')
-options=(libtool debug !strip)
+options=(libtool debug !strip lto)
install=$pkgname.install
prepare()