summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2023-04-01 22:40:52 +0300
committerMark2023-04-01 22:40:52 +0300
commit1118e583c2003576635beadfd0762148dcd7534f (patch)
tree9b20740de038bdd132bbfb73b994b59712f8203c
parent87b09a7895011255e04d36ff4ec19ac5a1bfe217 (diff)
downloadaur-1118e583c2003576635beadfd0762148dcd7534f.tar.gz
Updated dev dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99a8942b437f..246af7200d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = jeff
pkgdesc = Extensible chatbot and automation tool
- pkgver = 2.2.0.r0.gaeca602
- pkgrel = 3
+ pkgver = 2.2.3.r0.gf19bd19
+ pkgrel = 2
url = https://github.com/markcda/jeff
arch = x86_64
license = MIT
makedepends = git
+ makedepends = base-devel
makedepends = cmake
makedepends = qt5-tools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 889044d2c0b1..330bd2bda7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ _tag=f19bd19935459c3a092f4bd0cc14cb0c906837d6
source=(git+https://github.com/markcda/jeff.git#tag=$_tag)
pkgver=2.2.3.r0.gf19bd19
-pkgrel=1
+pkgrel=2
pkgdesc="Extensible chatbot and automation tool"
arch=("x86_64")
url="https://github.com/markcda/jeff"
license=('MIT')
depends=('python' 'qt5-base')
-makedepends=('git' 'cmake' 'qt5-tools')
+makedepends=('git' 'base-devel' 'cmake' 'qt5-tools')
options=('strip')
sha256sums=('SKIP')