summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOdin Vex2022-02-13 13:20:02 -0500
committerOdin Vex2022-02-13 13:20:02 -0500
commit286150668e0f7108aa9a383ce235e3028b6a1431 (patch)
treeebbc0e01780f5e18d180d02246225e3f90d3ce5f
parent36153dc2f9ead01f639380f163963ab44bbc69fb (diff)
downloadaur-286150668e0f7108aa9a383ce235e3028b6a1431.tar.gz
Removed post_upgrade and glib-compile-schemas calls
Signed-off-by: Odin Vex <44311901+OdinVex@users.noreply.github.com>
-rw-r--r--.SRCINFO2
-rwxr-xr-xCHANGELOG1
-rwxr-xr-xPKGBUILD2
-rwxr-xr-xmint-artwork.install2
4 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d005b4b9755..fad9f91dfaf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mint-artwork
pkgdesc = Linux Mint Artwork and Resources.
pkgver = 1.5.6
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = http://packages.linuxmint.com/pool/main/m/mint-artwork
install = mint-artwork.install
diff --git a/CHANGELOG b/CHANGELOG
index 19285ee30f47..d43a59fb4d9c 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+Removed post_upgrade and glib-compile-schemas calls
1.5.6 - Updated to 1.5.6 Upstream
Added sha256sums and post_upgrade
1.5.5 - Updated to 1.5.5 Upstream
diff --git a/PKGBUILD b/PKGBUILD
index 30a95657c087..1fe3537b799f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Odin Vex <https://aur.archlinux.org/account/OdinVex/>
pkgname=mint-artwork
pkgver=1.5.6
-pkgrel=1
+pkgrel=2
epoch=0
pkgdesc="Linux Mint Artwork and Resources."
arch=("any")
diff --git a/mint-artwork.install b/mint-artwork.install
index 11ef30477c54..0b3913e4b1d4 100755
--- a/mint-artwork.install
+++ b/mint-artwork.install
@@ -1,5 +1,5 @@
_update() {
- glib-compile-schemas '/usr/share/glib-2.0/schemas/' 2>&1
+ #glib-compile-schemas '/usr/share/glib-2.0/schemas/' 2>&1
}
post_install() {