summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2020-11-16 20:48:58 +0200
committerMantas Mikulėnas2020-11-16 20:48:58 +0200
commitc2757323ea1876d098c55efdeadeb7ebecdd7859 (patch)
treee366cae340d5d7fba90335617c54dd08e83a5815 /PKGBUILD
parent9e56fe9cf19b01a5998481ad7386387bceb55ae7 (diff)
downloadaur-c2757323ea1876d098c55efdeadeb7ebecdd7859.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 332fb9854b71..7247e04f4637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
pkgname=open-plc-utils
-pkgver=r510.g32408520
-pkgrel=2
+pkgver=r524.gbb50f635
+pkgrel=1
pkgdesc="Qualcomm Atheros Open Powerline Toolkit for HomePlug AV"
arch=(i686 x86_64)
url=https://github.com/qca/open-plc-utils
license=(custom:Clear_BSD)
-_commit=32408520fcebe785983a68e39ec83830a3005779
+_commit=bb50f635ef6cec8b52898051e0d18f4ac3fdd331
source=("git+https://github.com/qca/open-plc-utils#commit=$_commit")
sha256sums=('SKIP')
@@ -17,7 +17,7 @@ pkgver() {
build() {
cd $pkgname
- make EXTRA_CFLAGS="-fcommon"
+ make
}
package() {