summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMelanie Scheirer2022-03-27 14:30:40 -0400
committerMelanie Scheirer2022-03-27 14:30:40 -0400
commit2ccc84d42fa677373d3d6f5802991de9ffe12882 (patch)
treecf487f707b6157adf5ce8a4d3e4b1062cf51699a
parent4b4feab9d127d7c19b5937f23e4f3811f09ba9f9 (diff)
downloadaur-2ccc84d42fa677373d3d6f5802991de9ffe12882.tar.gz
2022 update
-rw-r--r--PKGBUILD4
-rw-r--r--baloo-git.install11
2 files changed, 2 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b322650c6a9..02b1952c849a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: zan <zan@420blaze.it>
+# Maintainer: zan <zan@nie.rs>
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=baloo-git
_name=${pkgname%-git}
-pkgver=v5.71.0.rc1.r7.ga0b53673
+pkgver=v5.71.0.rc1.r252.g1eed0fcb
pkgrel=1
pkgdesc="A framework for searching and managing metadata"
arch=(x86_64)
diff --git a/baloo-git.install b/baloo-git.install
deleted file mode 100644
index ccb9b0a4a311..000000000000
--- a/baloo-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}