summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Küthe2023-12-22 20:39:29 +0000
committerMarek Küthe2023-12-22 20:39:29 +0000
commit9c282d3660a00462b490a8c463d4e9d27ab1da4f (patch)
treeb4d696180023d8422536c2d490fcb6757b7d7060
parenta3d98501a007cc53b2bc2855f12134d325cec374 (diff)
downloadaur-9c282d3660a00462b490a8c463d4e9d27ab1da4f.tar.gz
Add release parameter to build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24e5941ca9e3..022173f03465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtuntap-git
pkgdesc = The portable Tun/Tap devices configuration utility
- pkgver = 0.4.r49.gf2ae185
- pkgrel = 1
+ pkgver = 0.4.r63.gc642154
+ pkgrel = 2
url = https://github.com/LaKabane/libtuntap/
arch = x86_64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index a30a45a834df..8140364eae0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=libtuntap
pkgname=libtuntap-git
-pkgver=0.4.r49.gf2ae185
-pkgrel=1
+pkgver=0.4.r63.gc642154
+pkgrel=2
pkgdesc="The portable Tun/Tap devices configuration utility"
arch=('x86_64')
url="https://github.com/LaKabane/libtuntap/"
@@ -22,7 +22,7 @@ build() {
mkdir build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make -j "$(nproc)"
}