summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Scafora2024-04-10 18:19:44 +0200
committerGiovanni Scafora2024-04-10 18:19:44 +0200
commitf7dc3d52020a5c6a9a49b09b854e98b83ea71e6a (patch)
tree60a16e53752851ce0afe71e8cf59701fb6d68689
parenta5706efcd8a1097f9daed087d3651332719764ec (diff)
downloadaur-f7dc3d52020a5c6a9a49b09b854e98b83ea71e6a.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 426bd77f9ec9..3f87cbbb9a33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opgui
pkgdesc = An USB programmer for various devices, including PIC, dsPIC, AVR microcontrollers, and various kinds of serial eeproms
pkgver = 0.12.2
- pkgrel = 2
+ pkgrel = 3
url = http://openprog.altervista.org
arch = x86_64
license = GPL-2.0-only
diff --git a/PKGBUILD b/PKGBUILD
index a1f33a0d9686..6a212f20ac9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giovanni Scafora <scafora.giovanni@gmail.com>
pkgname=opgui
pkgver=0.12.2
-pkgrel=2
+pkgrel=3
pkgdesc='An USB programmer for various devices, including PIC, dsPIC, AVR microcontrollers, and various kinds of serial eeproms'
arch=('x86_64')
url='http://openprog.altervista.org'
@@ -12,6 +12,7 @@ sha512sums=('e6de138a36f66ce60d047966c83466b4a27510933b69311f90d0fd1e374a11b3512
build() {
cd ${pkgname}-${pkgver}
+ sed -i "s/\$(CFLAGS)/\$(LDFLAGS) \$(CFLAGS)/g" Makefile
make
}