summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornovenary2021-06-04 23:41:52 +0300
committernovenary2021-06-04 23:41:52 +0300
commit35af0b8dd88a6cb6483e4475e4bf29c309ba414e (patch)
treea204059e77de0f9465c01666bc8bda3f1d389410
parent2997c057dcc451a3e8defbe2f8e5f20b4c640a4d (diff)
downloadaur-35af0b8dd88a6cb6483e4475e4bf29c309ba414e.tar.gz
Rebuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345383e0c233..538f7eb8b99f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rxvt-unicode-intensityfix
pkgdesc = A unicode enabled rxvt-clone terminal emulator (urxvt) (opinionated build)
pkgver = 9.22
- pkgrel = 16
+ pkgrel = 17
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
@@ -36,4 +36,3 @@ pkgbase = rxvt-unicode-intensityfix
md5sums = 688e82954aaf0663356330c61f505ef4
pkgname = rxvt-unicode-intensityfix
-
diff --git a/PKGBUILD b/PKGBUILD
index 93d4fba6eac3..93ec01fd3744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-intensityfix
pkgver=9.22
-pkgrel=16
+pkgrel=17
pkgdesc='A unicode enabled rxvt-clone terminal emulator (urxvt) (opinionated build)'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -59,6 +59,8 @@ prepare() {
build() {
cd $_pkgname-$pkgver
+ export CXXFLAGS="$CXXFLAGS -std=c++03"
+
# we disable smart-resize (FS#34807)
# do not specify --with-terminfo (FS#46424)
./configure \