summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFerdinand Bachmann2020-07-02 20:49:14 +0200
committerFerdinand Bachmann2020-07-02 20:49:14 +0200
commita82438f6ee0a9dc2e80db02610ca4cd60b23a789 (patch)
treeffc6e38d97a2c7451d1ba00bc164c7d14afc1b54 /PKGBUILD
parent1e2802487b18fec473b75d183808e5ed98b4591b (diff)
parentdce8456f47ac71fe303f7fd287fb734bdf6e9475 (diff)
downloadaur-konsole-scrollbar-fix-git.tar.gz
merge upstream 'konsole-git' package changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e25e50580274..2f0c80e3d5b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=konsole-scrollbar-fix-git
pkgver=r7247.91204ff0
-pkgrel=2
+pkgrel=1
pkgdesc="KDE's terminal emulator"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/applications/konsole'
@@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
provides=('konsole')
conflicts=('konsole' 'kdebase-konsole' 'konsole-git')
source=(
- 'konsole::git+https://anongit.kde.org/konsole.git'
+ 'konsole::git+https://invent.kde.org/utilities/konsole.git'
'0001-fix-scrollbar-sometimes-reappearing-when-scrolling.patch'
'0002-fix-wayland-workaround-scrollbar-reappearing-don-t-p.patch'
)
@@ -41,7 +41,7 @@ build() {
cd build
BUILD_TYPE=Release
if [[ " ${OPTIONS[@]} " =~ " debug " ]]; then
- BUILD_TYPE=Debug
+ BUILD_TYPE=RelDebug
elif [[ " ${OPTIONS[@]} " =~ " !strip " ]]; then
BUILD_TYPE=RelDebug
fi