summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-03-13 10:13:35 +1300
committerGeorge Rawlinson2020-03-13 10:13:35 +1300
commit8f44f0e8a5f11b1a35f69589287acdd04482efb3 (patch)
tree0e14606910a9883a5af7ce563fb5d50202357aae
parentba7e442d36a5f4961f147cdad67b16d075d08a31 (diff)
downloadaur-8f44f0e8a5f11b1a35f69589287acdd04482efb3.tar.gz
upgpkg: plasma-pass-git 1.1.0.r5.9a52f2a-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c1ab83903a..825f8378219a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = plasma-pass-git
pkgdesc = Plasma applet for the Pass password manager
pkgver = 1.1.0.r5.9a52f2a
- pkgrel = 1
+ pkgrel = 2
url = https://cgit.kde.org/plasma-pass.git
arch = x86_64
license = GPL
makedepends = extra-cmake-modules
+ makedepends = git
depends = plasma-workspace
depends = kitemmodels
provides = plasma-pass
diff --git a/PKGBUILD b/PKGBUILD
index fcb6080e9660..82dbe61e611d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=plasma-pass-git
_pkgname=${pkgname%-git}
pkgver=1.1.0.r5.9a52f2a
-pkgrel=1
+pkgrel=2
pkgdesc="Plasma applet for the Pass password manager"
url="https://cgit.kde.org/plasma-pass.git"
arch=(x86_64)
license=(GPL)
depends=(plasma-workspace kitemmodels)
-makedepends=(extra-cmake-modules)
+makedepends=(extra-cmake-modules git)
provides=(plasma-pass)
conflicts=(plasma-pass)
source=("git+https://anongit.kde.org/plasma-pass.git")