summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Burgos2024-05-15 12:10:05 -0600
committerSantiago Burgos2024-05-15 12:10:05 -0600
commit227f264029d7f1b81ce3b5ea54a734419f0d53b7 (patch)
tree181474f42f9e1d27a8aaac5d0a36171874471371 /PKGBUILD
parent8237f91fef934a52b1a292916d6ebe96b3d5eb89 (diff)
downloadaur-227f264029d7f1b81ce3b5ea54a734419f0d53b7.tar.gz
updated to version 6.0.4 wilma
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67acdeb80524..b2fca6546b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
+# Maintainer: Santiago Burgos <santiago.burgos1089@gmail.com>
pkgname=cinnamon-doc
-pkgver=6.0.0
-_pkgver=virginia
+pkgver=6.0.4
+_pkgver=wilma
pkgrel=1
pkgdesc='Code documentation for various Cinnamon components.'
arch=('any')
@@ -13,9 +13,9 @@ depends=(
'devhelp'
)
source=("${pkgname}_${pkgver}.deb::${url}/${pkgname}_${pkgver}+${_pkgver}_all.deb")
-sha256sums=('3f04af552fa170cbcdcd3570a9068cbe3e43c9e738474f57d03feb5ad18d8c3e')
+sha256sums=('21c0ad127edd48eba6c450037312cdab4c9c4faffe8d8294d9763caf75a3e275')
package() {
- tar xf "${srcdir}/data.tar.xz"
- cp -r usr "$pkgdir"
+ tar xf "${srcdir}/data.tar.xz"
+ cp -r usr "$pkgdir"
}