summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS e r g i o S c h n e i d e r2022-11-18 22:58:53 -0500
committerS e r g i o S c h n e i d e r2022-11-18 22:58:53 -0500
commitb235a4c310be4fd227934d9a768e9f2d1258a47d (patch)
treef3218fd6ab9aa5f9904e3afdf71290019a16b99e
parent27a90e89b423c61ef79e2fed335ea38c92976d0f (diff)
downloadaur-b235a4c310be4fd227934d9a768e9f2d1258a47d.tar.gz
Update to 1.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--cinnamon-sounds.install17
3 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbc1315bd6a6..d499ca0ee4d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cinnamon-sounds
pkgdesc = Cinnamon desktop sounds extracted from Linuxmint (mint-artwork)
- pkgver = 1.6.1
+ pkgver = 1.6.3
pkgrel = 1
url = http://packages.linuxmint.com
arch = any
@@ -10,8 +10,8 @@ pkgbase = cinnamon-sounds
conflicts = mint-sounds
conflicts = cinnamon-sound-effects
conflicts = mint-artwork-cinnamon
- source = http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_1.6.1.tar.xz
- sha256sums = 9ede18fbd0122299589c2f563ed7ffc0776e2aa1a8ee7dceb8e487325ba0db76
+ source = http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_1.6.3.tar.xz
+ sha256sums = da69abb908d25a353b846599c60a29f54969c9857f3a8c056fdb243a2a0680d2
pkgname = cinnamon-sounds
install = cinnamon-sounds.install
diff --git a/PKGBUILD b/PKGBUILD
index f38a876f0de1..3886e6c3d703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ThomasQBS
pkgname=cinnamon-sounds
-pkgver=1.6.1
+pkgver=1.6.3
pkgrel=1
pkgdesc="Cinnamon desktop sounds extracted from Linuxmint (mint-artwork)"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('cinnamon')
conflicts=('mint-artwork' 'mint-sounds' 'cinnamon-sound-effects' 'mint-artwork-cinnamon')
source=("http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${pkgver}.tar.xz")
-sha256sums=('9ede18fbd0122299589c2f563ed7ffc0776e2aa1a8ee7dceb8e487325ba0db76')
+sha256sums=('da69abb908d25a353b846599c60a29f54969c9857f3a8c056fdb243a2a0680d2')
package() {
install="${pkgname}.install"
diff --git a/cinnamon-sounds.install b/cinnamon-sounds.install
index 710b5f9e85c9..30e4e0df6ad1 100644
--- a/cinnamon-sounds.install
+++ b/cinnamon-sounds.install
@@ -1,19 +1,14 @@
post_install() {
printf "
- ################################################
+ #########################################################
To enable sounds in Cinnamon DE, go to:
- System Settings, Hardware, Sound, Sounds tab and
- select sounds: /usr/share/sounds/LinuxMint/stereo
- ################################################
+ System Settings, Hardware, Sound, Sounds tab and select
+ sounds from: /usr/share/sounds/LinuxMint/stereo
+ #########################################################
"
}
post_upgrade() {
- printf "
- ################################################
- To enable sounds in Cinnamon DE, go to:
- System Settings, Hardware, Sound, Sounds tab and
- select sounds: /usr/share/sounds/LinuxMint/stereo
- ################################################
-"
+ post_install
}
+