summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952019-12-21 16:18:51 +0200
committerShatur952019-12-21 16:18:51 +0200
commite0b7118413f3c3284fabf63f48c5a43c2d354c5e (patch)
treee179102f84f7249b21ee0211dc2faa415fa81a17
parenta685bd08272384dad1629f99512c8e660c3e66fb (diff)
downloadaur-e0b7118413f3c3284fabf63f48c5a43c2d354c5e.tar.gz
Add xorgproto as build dependency
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9837de39ef2c..bc65738c7e20 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = crow-translate-git
pkgdesc = A simple and lightweight translator that allows to translate and say selected text using the Google Translate API and much more
- pkgver = 2.2.0.r3.gf2de2b7
+ pkgver = 2.3.0.r0.gc91410e
pkgrel = 1
url = https://github.com/crow-translate/crow-translate
arch = x86_64
license = GPL3
makedepends = qt5-tools
makedepends = git
+ makedepends = xorgproto
depends = qt5-base
depends = qt5-svg
depends = qt5-multimedia
diff --git a/PKGBUILD b/PKGBUILD
index d481353865e3..3415af168910 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Shatur <genaloner@gmail.com>
pkgname=crow-translate-git
-pkgver=2.2.0.r3.gf2de2b7
+pkgver=2.3.0.r0.gc91410e
pkgrel=1
pkgdesc="A simple and lightweight translator that allows to translate and say selected text using the Google Translate API and much more"
arch=('x86_64')
url="https://github.com/crow-translate/crow-translate"
license=('GPL3')
depends=('qt5-base' 'qt5-svg' 'qt5-multimedia' 'qt5-x11extras' 'gst-plugins-good' 'openssl')
-makedepends=('qt5-tools' 'git')
+makedepends=('qt5-tools' 'git' 'xorgproto')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://github.com/crow-translate/crow-translate")