summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fürmetz2017-04-14 21:10:32 +0700
committerLukas Fürmetz2017-04-14 21:10:32 +0700
commitcbc3dad37a93b87b5998be546d0c46a4c5fae51c (patch)
tree8089c3de373938cfc2ee9e2a494b3cba756b64fa
parent8486b3e3a5b6ebc6eb7169f737f1200fdfff3598 (diff)
downloadaur-cbc3dad37a93b87b5998be546d0c46a4c5fae51c.tar.gz
Update .SRCINFO to match PKGBUILD
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c1458a40f4b..f082b9318692 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = krunner-pass
pkgdesc = A krunner plugin to retrieve a password from the password-store (https://www.passwordstore.org/)
- pkgver = 1.0.0
- pkgrel = 1
+ pkgver = 1.0.1
+ pkgrel = 2
url = https://github.com/akermu/krunner-pass
arch = any
license = GPL
@@ -10,7 +10,8 @@ pkgbase = krunner-pass
depends = krunner
depends = qt5-base
depends = ki18n
- source = https://github.com/akermu/krunner-symbols/releases/download/v1.0.0/krunner-pass-1.0.0.tar.gz
+ source = https://github.com/akermu/krunner-pass/archive/v1.0.1.tar.gz
+ md5sums = 513742ab38f7378fbc73605108c07eb2
pkgname = krunner-pass
diff --git a/PKGBUILD b/PKGBUILD
index ddba1c10e84b..bf2ffc651767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Fürmetz <fuermetz@mailbox.org>
pkgname=krunner-pass
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A krunner plugin to retrieve a password from the password-store (https://www.passwordstore.org/)"
arch=('any')
url="https://github.com/akermu/krunner-pass"