summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKadu Diógenes2022-04-21 12:36:00 -0300
committerKadu Diógenes2022-04-21 12:40:05 -0300
commitdd3d3a23de03cb3bacb43b027dcae1c73ae2f358 (patch)
tree292ebcd1951f324845f1ae75d98590b8501ce33d
parent757f9b9790b7011ee491a36b40ad1d6fa344101b (diff)
downloadaur-dd3d3a23de03cb3bacb43b027dcae1c73ae2f358.tar.gz
Fixes download URL and multiple definition linker errors
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff64bb5ce358..93b49ca5fa78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Christian Rebischke <chris.rebischke@archlinux.org>
+# Maintainer: Kadu Diógenes <kadu@fnix.com.br>
+# Contributor: Christian Rebischke <chris.rebischke@archlinux.org>
# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
@@ -12,7 +13,7 @@ makedepends=('uthash' 'yasm')
optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
url='https://bitcointalk.org/?topic=877081'
license=('GPL3')
-source=("https://luke.dashjr.org/programs/bitcoin/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.txz"
+source=("http://bfgminer.org/files/${pkgver}/${pkgname}-${pkgver}.txz"
'remove-dangerous-rpath.patch')
sha512sums=('d1adae473e01fcf1cd0efde74d3e8ce10609e520397d688bf4e226c1113c1606c782e3cfdba6847f1a3886cac30de6b5baa03b731aca86287d53bf01ef705cdb'
'087aa60d818ff37cb7a4edce7a34331a492b5e379a8e034d7a2e02b106bb6ea52b4ce6a1077f602987a2c30213bc185063990796a828ae95f60cff03c7a0bc3f')
@@ -35,7 +36,7 @@ build() {
--enable-opencl \
--with-udevrulesdir=/usr/lib/udev/rules.d
# --enable-knc (FS#33640)
- make
+ make CFLAGS="-fcommon"
}
package() {