summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-04-12 07:10:57 -0400
committernick black2021-04-12 07:10:57 -0400
commitd49452f7f84557abaf1f1f5e70a2fff541233799 (patch)
tree6fc06a6447cef1619366aede230bf8a31a67af0b
parentb82e96fa8431947fedcfd9166794e1eea8486b3a (diff)
downloadaur-d49452f7f84557abaf1f1f5e70a2fff541233799.tar.gz
set -DUSE_QRCODEGEN=on for 2.2.6+2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41d23dd8ced2..8b88018ef387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notcurses
pkgdesc = Blingful TUI/character graphics library
pkgver = 2.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Notcurses
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 64e750a752db..88bad23fc206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=notcurses
pkgver=2.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Blingful TUI/character graphics library"
url="https://nick-black.com/dankwiki/index.php/Notcurses"
license=('Apache')
@@ -17,7 +17,7 @@ source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}.tar.gz")
prepare() {
mkdir -p "${pkgname}-${pkgver}/build"
cd "${pkgname}-${pkgver}/build"
- cmake .. -GNinja -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ cmake .. -GNinja -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_QRCODEGEN=on
}
build() {