summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Shark2021-10-25 13:17:36 +0300
committerAndrew Shark2021-10-25 13:17:36 +0300
commit6d1cde5ad09e4f5ba92e687180403cbb04ed4546 (patch)
tree147a844e1dd7ac9b1d7e3091356c375a846ec6ed
parent22055ee3f6deb1de4990e8f3665b59a5d6067e1d (diff)
downloadaur-6d1cde5ad09e4f5ba92e687180403cbb04ed4546.tar.gz
v0.1.1-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ccd11a4228..932afdcb4556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = bookmarksync-git
pkgdesc = sync file picker bookmarks for KDE and GTK
- pkgver = 0.1.1.r1.g936eec8
+ pkgver = 0.1.1.r9.g1d21df0
pkgrel = 1
url = https://github.com/jlu5/bookmarksync
arch = x86_64
license = GPLv3
makedepends = git
+ depends = qt5-base
source = git+https://github.com/jlu5/bookmarksync.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2b70e7d7923f..7f9f66fa867f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Andrew Shark <ashark @ at @ linuxcomp.ru>
pkgname=bookmarksync-git
-pkgver=0.1.1.r1.g936eec8
+pkgver=0.1.1.r9.g1d21df0
pkgrel=1
pkgdesc="sync file picker bookmarks for KDE and GTK"
arch=(x86_64)
url="https://github.com/jlu5/bookmarksync"
license=('GPLv3')
+depends=(qt5-base)
makedepends=(git)
source=(git+https://github.com/jlu5/bookmarksync.git)
sha256sums=("SKIP")