summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2019-03-17 23:08:32 +0100
committerPeter Mattern2019-03-17 23:08:32 +0100
commit6b095e2137022adea16fb70e2a5416fddb87bd13 (patch)
treef57b4a9d708a7ea534de23c531aa07228e280bda
parent2783f77d2100b79f85d07b489c42ca7b08434c85 (diff)
downloadaur-6b095e2137022adea16fb70e2a5416fddb87bd13.tar.gz
Add optional dependency qt5-translations
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 981f1570c037..b86a7313e59d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt5 plain text editor for Linux
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tsujan/FeatherPad
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = featherpad
depends = qt5-x11extras
depends = desktop-file-utils
depends = gtk-update-icon-cache
+ optdepends = qt5-translations: localized keyboard shortcuts
source = featherpad-0.9.1.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.9.1.tar.gz
sha256sums = caa704e4509bcc460b1113eabd42b9be7fcf8b494681fcaba7eb87ee6209350a
diff --git a/PKGBUILD b/PKGBUILD
index 91a6c35a5e59..e58486593ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=featherpad
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
url='https://github.com/tsujan/FeatherPad'
license=('GPL3')
depends=('qt5-svg' 'qt5-x11extras' 'desktop-file-utils' 'gtk-update-icon-cache')
makedepends=('qt5-tools')
+optdepends=('qt5-translations: localized keyboard shortcuts')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tsujan/FeatherPad/archive/V$pkgver.tar.gz")
sha256sums=('caa704e4509bcc460b1113eabd42b9be7fcf8b494681fcaba7eb87ee6209350a')