parent
083e3a5fc0
commit
0e67101b28
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
pkgbase = dokka
|
||||
pkgdesc = Documentation Engine for Kotlin
|
||||
pkgver = 1.7.20
|
||||
pkgver = 1.8.10
|
||||
pkgrel = 1
|
||||
url = https://kotlin.github.io/dokka/1.7.20/
|
||||
url = https://kotlin.github.io/dokka/1.8.10/
|
||||
arch = any
|
||||
license = Apache
|
||||
makedepends = gradle>=7.3
|
||||
|
@ -10,11 +10,11 @@ pkgbase = dokka
|
|||
makedepends = npm
|
||||
depends = freemarker
|
||||
depends = java-environment
|
||||
source = https://github.com/Kotlin/dokka/archive/refs/tags/v1.7.20.tar.gz
|
||||
source = https://github.com/Kotlin/dokka/archive/refs/tags/v1.8.10.tar.gz
|
||||
source = 0001-enable-application-plugin.patch
|
||||
source = 0002-embed-plugin-dependencies.patch
|
||||
source = dokka
|
||||
sha256sums = dadbc66843936f11bc520cb4546ab61b89895815a7b66201e00d0d773efad705
|
||||
sha256sums = 53aa1464d4074434f436b388b48ed4bc5bacf33fba5758b4c0d49abbc414a14e
|
||||
sha256sums = 78d2f4fd30508c9b634e22655da275b0db4c5317d71bb3cd746f851702a31d93
|
||||
sha256sums = b5f139af1e11ba823865f01383eb5eae873af86fcd86107e6e179076ce1145f4
|
||||
sha256sums = 9c7aa9721fe0b2c3cf3831a4d0b1720f13b070734d7be2702f820267ca11e277
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Dominic Meiser [git at msrd0 dot de]
|
||||
|
||||
pkgname='dokka'
|
||||
pkgver=1.7.20
|
||||
pkgver=1.8.10
|
||||
pkgrel=1
|
||||
pkgdesc='Documentation Engine for Kotlin'
|
||||
url="https://kotlin.github.io/dokka/$pkgver/"
|
||||
|
@ -16,7 +16,7 @@ source=("https://github.com/Kotlin/dokka/archive/refs/tags/v$pkgver.tar.gz"
|
|||
'0001-enable-application-plugin.patch'
|
||||
'0002-embed-plugin-dependencies.patch'
|
||||
'dokka')
|
||||
sha256sums=('dadbc66843936f11bc520cb4546ab61b89895815a7b66201e00d0d773efad705'
|
||||
sha256sums=('53aa1464d4074434f436b388b48ed4bc5bacf33fba5758b4c0d49abbc414a14e'
|
||||
'78d2f4fd30508c9b634e22655da275b0db4c5317d71bb3cd746f851702a31d93'
|
||||
'b5f139af1e11ba823865f01383eb5eae873af86fcd86107e6e179076ce1145f4'
|
||||
'9c7aa9721fe0b2c3cf3831a4d0b1720f13b070734d7be2702f820267ca11e277')
|
||||
|
|
Loading…
Reference in a new issue