summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Lisowski2023-05-24 09:44:42 +0200
committerMichał Lisowski2023-05-24 09:44:42 +0200
commit8cb7f0cd624946e85bac8dff9e33d434b01f60fa (patch)
tree4aad70e5b74d5727916373c07212bd73577b0fbb
parent8a6b1157b9c0fb3af32295073467335b104fa049 (diff)
downloadaur-8cb7f0cd624946e85bac8dff9e33d434b01f60fa.tar.gz
Update to 0.5.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
-rw-r--r--mime-icon-path.patch25
3 files changed, 8 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccbac2bb20f3..131eb3c60fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = revelation
pkgdesc = A password manager for the GNOME desktop
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = http://revelation.olasagasti.info/
arch = x86_64
@@ -11,9 +11,8 @@ pkgbase = revelation
depends = libpwquality
depends = python-gobject
depends = python-pycryptodomex
- source = https://github.com/mikelolasagasti/revelation/releases/download/revelation-0.5.4/revelation-0.5.4.tar.xz
- source = mime-icon-path.patch
- sha256sums = 880a90c3c1d317fbf617809f2bb24a8752cce241248fb681812e2757c9e17fe2
- sha256sums = 330295c0d806aaffc2e51d3fdfed663af2f8c587cc0c5afa797bb5384dda0e74
+ depends = python-defusedxml
+ source = https://github.com/mikelolasagasti/revelation/releases/download/revelation-0.5.5/revelation-0.5.5.tar.xz
+ sha256sums = a20c4191595466dc90b90b0f7c4615a599974327152a4d2af87f506134ddce8f
pkgname = revelation
diff --git a/PKGBUILD b/PKGBUILD
index 92e5d567a8b7..606355534255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,20 @@
# Contributor: Thomas Hebb <tommyhebb@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=revelation
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc="A password manager for the GNOME desktop"
arch=('x86_64')
license=('GPL')
makedepends=('gobject-introspection' 'meson')
-depends=('gtk3' 'libpwquality' 'python-gobject' 'python-pycryptodomex')
+depends=('gtk3' 'libpwquality' 'python-gobject' 'python-pycryptodomex' 'python-defusedxml')
url="http://revelation.olasagasti.info/"
-source=("https://github.com/mikelolasagasti/revelation/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz"
- 'mime-icon-path.patch')
-sha256sums=('880a90c3c1d317fbf617809f2bb24a8752cce241248fb681812e2757c9e17fe2'
- '330295c0d806aaffc2e51d3fdfed663af2f8c587cc0c5afa797bb5384dda0e74')
+source=("https://github.com/mikelolasagasti/revelation/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a20c4191595466dc90b90b0f7c4615a599974327152a4d2af87f506134ddce8f')
prepare() {
cd "${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/mime-icon-path.patch"
sed -i '/ appdata,/d' data/meson.build
}
diff --git a/mime-icon-path.patch b/mime-icon-path.patch
deleted file mode 100644
index a268fa7f2a75..000000000000
--- a/mime-icon-path.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b79fbacf97d2a9c5484c09242f3ed9d41250cf80 Mon Sep 17 00:00:00 2001
-From: Mikel Olasagasti Uranga <mikel@olasagasti.info>
-Date: Sun, 4 Oct 2020 16:17:03 +0200
-Subject: [PATCH] Change mime icon path
-
----
- data/icons/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/icons/meson.build b/data/icons/meson.build
-index e7e1f29..928e678 100644
---- a/data/icons/meson.build
-+++ b/data/icons/meson.build
-@@ -19,7 +19,7 @@ endforeach
- # Mime icons
- install_data(
- join_paths('48x48', 'gnome-mime-application-x-revelation.png'),
-- install_dir: join_paths(rvl_pkgdatadir, 'icons', 'hicolor', '48x48', 'mimetypes'),
-+ install_dir: join_paths(rvl_datadir, 'icons', 'hicolor', '48x48', 'mimetypes'),
- )
-
- # Actions icons
---
-2.26.2
-