diff options
| author | zxp19821005 | 2024-03-21 09:28:49 +0800 |
|---|---|---|
| committer | zxp19821005 | 2024-03-21 09:28:49 +0800 |
| commit | 544a097dbfd1f26242444f1a8c693c3652f405c0 (patch) | |
| tree | 3cac81dba091441cb16c27fbc24e546a01ab4a15 /PKGBUILD | |
| parent | 221d53e8b03bf55bf35f2c6c5c4c9a762f7df31b (diff) | |
| download | packages-544a097dbfd1f26242444f1a8c693c3652f405c0.tar.gz packages-544a097dbfd1f26242444f1a8c693c3652f405c0.tar.bz2 packages-544a097dbfd1f26242444f1a8c693c3652f405c0.zip | |
update to 2.4.0
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
| @@ -3,9 +3,9 @@ _pkgname=thorium | |||
| 3 | pkgname="${_pkgname}-reader-bin" | 3 | pkgname="${_pkgname}-reader-bin" |
| 4 | _appname=Thorium | 4 | _appname=Thorium |
| 5 | _fullname="${_appname}Reader" | 5 | _fullname="${_appname}Reader" |
| 6 | pkgver=2.3.0 | 6 | pkgver=2.4.0 |
| 7 | _electronversion=25 | 7 | _electronversion=29 |
| 8 | pkgrel=5 | 8 | pkgrel=1 |
| 9 | pkgdesc="Cross-platform desktop reading app based on the Readium Desktop toolkit" | 9 | pkgdesc="Cross-platform desktop reading app based on the Readium Desktop toolkit" |
| 10 | arch=('x86_64') | 10 | arch=('x86_64') |
| 11 | url="https://www.edrlab.org/software/thorium-reader/" | 11 | url="https://www.edrlab.org/software/thorium-reader/" |
| @@ -14,15 +14,14 @@ license=('BSD-3-Clause') | |||
| 14 | conflicts=("${pkgname%-bin}") | 14 | conflicts=("${pkgname%-bin}") |
| 15 | provides=("${pkgname%-bin}=${pkgver}") | 15 | provides=("${pkgname%-bin}=${pkgver}") |
| 16 | depends=( | 16 | depends=( |
| 17 | "electron${_electronversion}-bin" | 17 | "electron${_electronversion}" |
| 18 | 'hicolor-icon-theme' | ||
| 19 | ) | 18 | ) |
| 20 | source=( | 19 | source=( |
| 21 | "${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/EDRLab.${_fullname}_${pkgver}_amd64.deb" | 20 | "${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/EDRLab.${_fullname}_${pkgver}_amd64.deb" |
| 22 | "LICENSE-${pkgver}::https://raw.githubusercontent.com/edrlab/thorium-reader/v${pkgver}/LICENSE" | 21 | "LICENSE-${pkgver}::https://raw.githubusercontent.com/edrlab/thorium-reader/v${pkgver}/LICENSE" |
| 23 | "${pkgname%-bin}.sh" | 22 | "${pkgname%-bin}.sh" |
| 24 | ) | 23 | ) |
| 25 | sha256sums=('1007cd9083715d32427e4d39f8a4cac69cf428cfc4521950571dc2290a308f23' | 24 | sha256sums=('d24c1a0ea11df05ce7743f2687ef0b9a002239f11e38a6607a3ed3260f9e9319' |
| 26 | 'e95e504f42685015445b4a0a80dfdaa86e5b2b2c0e317bca2bcbb51330ec61e5' | 25 | 'e95e504f42685015445b4a0a80dfdaa86e5b2b2c0e317bca2bcbb51330ec61e5' |
| 27 | 'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8') | 26 | 'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8') |
| 28 | build() { | 27 | build() { |
