summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0805926f83f..9deecfe0d988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = otpclient-git
pkgdesc = Simple GTK+ v3 TOTP/HOTP client that uses libcotp
- pkgver = 1.0.6
+ pkgver = v1.1.0
pkgrel = 1
url = https://github.com/paolostivanin/OTPClient
arch = x86_64
@@ -9,13 +9,12 @@ pkgbase = otpclient-git
makedepends = git
depends = gtk3
depends = glib2
- depends = json-glib
+ depends = jansson
depends = libgcrypt
- depends = json-glib
depends = libzip
depends = libcotp
depends = pkg-config
- provides = otpclient
+ conflicts = otpclient
source = git+https://github.com/paolostivanin/OTPClient
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cc9aabd8641f..5762dee9b33f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=otpclient-git
_dirname="OTPClient"
-pkgver=1.0.6
+pkgver=v1.1.0
pkgrel=1
pkgdesc="Simple GTK+ v3 TOTP/HOTP client that uses libcotp"
arch=('x86_64')
url="https://github.com/paolostivanin/OTPClient"
license=('GPL3')
-depends=('gtk3' 'glib2' 'json-glib' 'libgcrypt' 'json-glib' 'libzip' 'libcotp' 'pkg-config')
+depends=('gtk3' 'glib2' 'jansson' 'libgcrypt' 'libzip' 'libcotp' 'pkg-config')
makedepends=('cmake' 'git')
-provides=(otpclient)
+conflicts=(otpclient)
source=("git+$url")
sha256sums=('SKIP')