diff options
author | Pylogmon | 2023-03-29 08:09:23 +0000 |
---|---|---|
committer | Pylogmon | 2023-03-29 08:09:23 +0000 |
commit | 1dcab391e50905d7459cb2c90efaa9beb3372dbb (patch) | |
tree | 365253aa0b13361975d36933cc361ef52966d842 | |
parent | b4f650bac98f4c01c900eb7636464d3df2765a26 (diff) | |
download | aur-1dcab391e50905d7459cb2c90efaa9beb3372dbb.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = pot-translation-bin pkgdesc = 一个跨平台的划词翻译软件 - pkgver = 0.1.7 + pkgver = 0.1.8 pkgrel = 0 url = https://github.com/Pylogmon/pot arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = pot-translation-bin provides = pot-translation conflicts = pot-translation conflicts = pot-translation-git - source = pot-0.1.7-x86_64.deb::https://github.com/Pylogmon/pot/releases/download/0.1.7/pot_0.1.7_amd64.deb - sha512sums = 1e1d705e108585489cacd9ad486f669960378a90f40da76f532bfaee7966b7ae441bba170c4c97809d4bdd44b06661651e4fc1082d9f0e49e5d2aa6ce0b8193d + source = pot-0.1.8-x86_64.deb::https://github.com/Pylogmon/pot/releases/download/0.1.8/pot_0.1.8_amd64.deb + sha512sums = 989f9fcbad0de494f7dfd615097055e002bb71434e203d2beaf8763cc5b8953e3573b5e4b06b74b83889d1678fed8551318d9ddc2dfc2ca9fb0dadb7a7aa26c1 pkgname = pot-translation-bin @@ -3,7 +3,7 @@ pkgname=pot-translation-bin _pkgname=pot-translation prjname=pot -pkgver=0.1.7 +pkgver=0.1.8 pkgrel=0 pkgdesc="一个跨平台的划词翻译软件" arch=('x86_64') @@ -15,7 +15,7 @@ depends=('libappindicator-gtk3' 'webkit2gtk' 'gtk3' 'libayatana-appindicator' 'x source=("${prjname}-${pkgver}-${arch}.deb::https://github.com/Pylogmon/pot/releases/download/${pkgver}/${prjname}_${pkgver}_amd64.deb") -sha512sums=('1e1d705e108585489cacd9ad486f669960378a90f40da76f532bfaee7966b7ae441bba170c4c97809d4bdd44b06661651e4fc1082d9f0e49e5d2aa6ce0b8193d') +sha512sums=('989f9fcbad0de494f7dfd615097055e002bb71434e203d2beaf8763cc5b8953e3573b5e4b06b74b83889d1678fed8551318d9ddc2dfc2ca9fb0dadb7a7aa26c1') package() { tar xpf data.tar.gz -C ${pkgdir} |