summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-10-07 15:53:38 +0800
committerChocobo12020-10-07 15:53:38 +0800
commit06636c8b25eac6091d8a9c17b05435ed9d6632b6 (patch)
tree9896aa0e53f3b47484a11958b30302fc9046b1ba
parentebc6e5f51070574c54f879cfa25d6b95e122bace (diff)
downloadaur-06636c8b25eac6091d8a9c17b05435ed9d6632b6.tar.gz
upgpkg: uci-git r511.g4c8b4d6-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a87cf49a2da..fa58df2aefe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uci-git
pkgdesc = OpenWrt unified configuration interface
pkgver = r511.g4c8b4d6
- pkgrel = 1
+ pkgrel = 2
url = https://openwrt.org/docs/techref/uci
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c76dad653c08..66ca2ed1a4fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=uci-git
pkgver=r511.g4c8b4d6
-pkgrel=1
+pkgrel=2
pkgdesc="OpenWrt unified configuration interface"
arch=('i686' 'x86_64')
url="https://openwrt.org/docs/techref/uci"
@@ -26,13 +26,13 @@ pkgver() {
build() {
cd "uci"
- mkdir -p "_build" && cd "_build"
cmake \
+ -B "_build" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
- ../
- make
+ ./
+ make -C "_build"
}
package() {