summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2018-05-01 22:26:49 -0600
committerAinola2018-05-01 22:26:49 -0600
commit6670832f60524523cb07d1d672c14f88531005a4 (patch)
treea74423b7c7c7f73f93f43d0eb114b4b70e8cf5df /PKGBUILD
parent05f47baa35783269812df56cbd083f9447623097 (diff)
downloadaur-6670832f60524523cb07d1d672c14f88531005a4.tar.gz
cleanups
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af2899cf1505..e3286150a5c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ainola
pkgname=plasma5-applets-plasma-pass-git
pkgver=r16.d067ec5
-pkgrel=1
+pkgrel=2
pkgdesc='Plasma applet for pass.'
url="https://cgit.kde.org/scratch/dvratil/plasma-pass.git"
arch=('x86_64' 'i686')
license=('custom') # No license in the repo yet as of writing.
depends=('pass' 'plasma-framework')
makedepends=('cmake' 'git')
-conflicts=('renameutils' 'imv')
+provides=('plasma5-applets-plasma-pass')
source=("git+https://anongit.kde.org/scratch/dvratil/plasma-pass.git")
sha256sums=('SKIP')
@@ -28,5 +28,3 @@ package(){
cd "${srcdir}/plasma-pass/build"
make DESTDIR="$pkgdir" install
}
-
-md5sums=('SKIP')