summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPylogmon2023-05-13 05:16:23 +0000
committerPylogmon2023-05-13 05:16:23 +0000
commitaa182aac5ff1adc021e3c5e8c2ab956a5658ac9a (patch)
tree299ae474bce49b84035644151f248059660d87c7
parente1aaab4def7f9b5980e3376c4325f3e4094833a7 (diff)
downloadaur-aa182aac5ff1adc021e3c5e8c2ab956a5658ac9a.tar.gz
Update AUR package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37137ab63d56..b64161ecf52f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pot-translation-bin
pkgdesc = 一个跨平台的划词翻译软件
- pkgver = null
+ pkgver = 0.3.0
pkgrel = 0
- url = https://github.com/Pylogmon/pot
+ url = https://github.com/pot-app/pot-desktop
arch = x86_64
license = GPL3
depends = libappindicator-gtk3
@@ -12,7 +12,7 @@ pkgbase = pot-translation-bin
provides = pot-translation
conflicts = pot-translation
conflicts = pot-translation-git
- source = pot-null-x86_64.deb::https://github.com/Pylogmon/pot/releases/download/null/pot_null_amd64.deb
- sha512sums = 0bcd316e7e180b5b6e3a1596e117b6d45675c6d53878c5b0cc5849a6d19d3327be2d2111eb1503f01dcd391cc4892927b7af00ac58b5e6904082b2974a2a0fba
+ source = pot-0.3.0-x86_64.deb::https://github.com/pot-app/pot-desktop/releases/download/0.3.0/pot_0.3.0_amd64.deb
+ sha512sums = 4ba75bb5660cb8ceaec17ed4fd2cd4391b38e537b18ae2fc4f2ee7890c513cac671dbf326b4456328fa727345bdccb9e6a1b8ad3b7c37c2e8aae668ecf8ae843
pkgname = pot-translation-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5986c7a7c5c4..5ace82204b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=pot-translation-bin
_pkgname=pot-translation
prjname=pot
-pkgver=null
+pkgver=0.3.0
pkgrel=0
pkgdesc="一个跨平台的划词翻译软件"
arch=('x86_64')
-url="https://github.com/Pylogmon/pot"
+url="https://github.com/pot-app/pot-desktop"
license=('GPL3')
provides=("$_pkgname")
conflicts=("$_pkgname" "$_pkgname-git")
depends=('libappindicator-gtk3' 'webkit2gtk' 'gtk3' 'libayatana-appindicator')
-source=("${prjname}-${pkgver}-${arch}.deb::https://github.com/Pylogmon/pot/releases/download/${pkgver}/${prjname}_${pkgver}_amd64.deb")
+source=("${prjname}-${pkgver}-${arch}.deb::${url}/releases/download/${pkgver}/${prjname}_${pkgver}_amd64.deb")
-sha512sums=('0bcd316e7e180b5b6e3a1596e117b6d45675c6d53878c5b0cc5849a6d19d3327be2d2111eb1503f01dcd391cc4892927b7af00ac58b5e6904082b2974a2a0fba')
+sha512sums=('4ba75bb5660cb8ceaec17ed4fd2cd4391b38e537b18ae2fc4f2ee7890c513cac671dbf326b4456328fa727345bdccb9e6a1b8ad3b7c37c2e8aae668ecf8ae843')
package() {
tar xpf data.tar.gz -C ${pkgdir}