summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2018-05-01 22:26:49 -0600
committerAinola2018-05-01 22:26:49 -0600
commit6670832f60524523cb07d1d672c14f88531005a4 (patch)
treea74423b7c7c7f73f93f43d0eb114b4b70e8cf5df
parent05f47baa35783269812df56cbd083f9447623097 (diff)
downloadaur-6670832f60524523cb07d1d672c14f88531005a4.tar.gz
cleanups
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bd835d8eb56..fc59d325a889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 2 04:23:57 UTC 2018
+# Wed May 2 04:25:27 UTC 2018
pkgbase = plasma5-applets-plasma-pass-git
pkgdesc = Plasma applet for pass.
pkgver = r16.d067ec5
- pkgrel = 1
+ pkgrel = 2
url = https://cgit.kde.org/scratch/dvratil/plasma-pass.git
arch = x86_64
arch = i686
@@ -12,10 +12,8 @@ pkgbase = plasma5-applets-plasma-pass-git
makedepends = git
depends = pass
depends = plasma-framework
- conflicts = renameutils
- conflicts = imv
+ provides = plasma5-applets-plasma-pass
source = git+https://anongit.kde.org/scratch/dvratil/plasma-pass.git
- md5sums = SKIP
sha256sums = SKIP
pkgname = plasma5-applets-plasma-pass-git
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')