Version 1.9.5
Additionally removed unnecessary function in .install file
This commit is contained in:
parent
e09bfc779b
commit
47123bf0b4
3 changed files with 6 additions and 11 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,15 +1,15 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Jan 22 14:49:01 UTC 2016
|
# Mon Feb 22 12:45:40 UTC 2016
|
||||||
pkgbase = mint-artwork-common
|
pkgbase = mint-artwork-common
|
||||||
pkgdesc = Common artwork used in Linux Mint.
|
pkgdesc = Common artwork used in Linux Mint.
|
||||||
pkgver = 1.9.4
|
pkgver = 1.9.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://linuxmint.com
|
url = http://linuxmint.com
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_1.9.4.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_1.9.5.tar.gz
|
||||||
source = mint-sounds.gschema.override
|
source = mint-sounds.gschema.override
|
||||||
sha256sums = 8ac7ffe34ff4789a08d86377d51602dd2c2b083c4a8b5a7186f1b141aa4a0547
|
sha256sums = d5d58e6ff3c788657f3e9016389778ad9419d1379be4b14141a81f5822db80b8
|
||||||
sha256sums = 7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178
|
sha256sums = 7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178
|
||||||
|
|
||||||
pkgname = mint-sounds
|
pkgname = mint-sounds
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgbase=mint-artwork-common
|
pkgbase=mint-artwork-common
|
||||||
pkgname=mint-sounds
|
pkgname=mint-sounds
|
||||||
pkgver=1.9.4
|
pkgver=1.9.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Common artwork used in Linux Mint.'
|
pkgdesc='Common artwork used in Linux Mint.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -11,7 +11,7 @@ license=('GPL')
|
||||||
url='http://linuxmint.com'
|
url='http://linuxmint.com'
|
||||||
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
||||||
"${pkgname}.gschema.override")
|
"${pkgname}.gschema.override")
|
||||||
sha256sums=('8ac7ffe34ff4789a08d86377d51602dd2c2b083c4a8b5a7186f1b141aa4a0547'
|
sha256sums=('d5d58e6ff3c788657f3e9016389778ad9419d1379be4b14141a81f5822db80b8'
|
||||||
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
||||||
|
|
||||||
package_mint-sounds() {
|
package_mint-sounds() {
|
||||||
|
|
|
@ -3,13 +3,8 @@ msg_blue() {
|
||||||
printf "${blue}==>${bold} $1${all_off}\n"
|
printf "${blue}==>${bold} $1${all_off}\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
note() {
|
|
||||||
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
|
|
||||||
}
|
|
||||||
|
|
||||||
all_off="$(tput sgr0)"
|
all_off="$(tput sgr0)"
|
||||||
bold="${all_off}$(tput bold)"
|
bold="${all_off}$(tput bold)"
|
||||||
yellow="${bold}$(tput setaf 3)"
|
|
||||||
blue="${bold}$(tput setaf 4)"
|
blue="${bold}$(tput setaf 4)"
|
||||||
|
|
||||||
_update() {
|
_update() {
|
||||||
|
|
Loading…
Reference in a new issue