summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-05-30 08:49:19 +0800
committerzxp198210052023-05-30 08:49:19 +0800
commit0489f06594f0e171b385469f7800721f7b5210da (patch)
treec3ac9555733d4666361bbffce8b028514a006ec4
parent07d7de3113255fa1009ade16aaf535a69bcfdf04 (diff)
downloadaur-0489f06594f0e171b385469f7800721f7b5210da.tar.gz
first release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69d067fbe545..8fd9e12038f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dooble-bin
pkgdesc = Web browser based on QtWebEngine
pkgver = 2023.05.31
- pkgrel = 1
+ pkgrel = 2
url = https://textbrowser.github.io/dooble/
arch = x86_64
license = custom
@@ -53,8 +53,8 @@ pkgbase = dooble-bin
conflicts = dooble
options = !strip
source = dooble-2023.05.31.deb::https://github.com/textbrowser/dooble/releases/download/2023.05.31/Dooble-2023.05.31_amd64.deb
- source = LICENSE::https://github.com/textbrowser/dooble/raw/master/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/textbrowser/dooble/master/LICENSE
sha256sums = 43c849dbef96a50685fedcdab8179b74bff0035233c13488af094220d50234f2
- sha256sums = cbf629abfdc78b888d87ceae0847a9129e5b0e1baa8da4a1cec53324f38defb7
+ sha256sums = c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd
pkgname = dooble-bin
diff --git a/PKGBUILD b/PKGBUILD
index d942769b8e7a..1613029e6ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname="dooble-bin"
pkgver=2023.05.31
-pkgrel=1
+pkgrel=2
pkgdesc="Web browser based on QtWebEngine"
arch=(x86_64)
url="https://textbrowser.github.io/dooble/"
@@ -15,10 +15,12 @@ depends=('libxshmfence' 'xcb-util-image' 'libxi' 'xcb-util-cursor' 'libxdamage'
conflicts=("${pkgname%-bin}")
options=(!strip)
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/${pkgver}/Dooble-${pkgver}_amd64.deb"
- "LICENSE::${_githuburl}/raw/master/LICENSE")
+ "LICENSE::https://raw.githubusercontent.com/textbrowser/dooble/master/LICENSE")
sha256sums=('43c849dbef96a50685fedcdab8179b74bff0035233c13488af094220d50234f2'
- 'cbf629abfdc78b888d87ceae0847a9129e5b0e1baa8da4a1cec53324f38defb7')
+ 'c60bf2d6a8bfdf7c7418bba91c6767cbb4b48dccae36dd5d9ffdb48f756815dd')
package() {
bsdtar -xf "${srcdir}/data.tar.zst" -C "${pkgdir}"
install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ find "${pkgdir}/opt/${pkgname%-bin}" -type d -exec chmod 755 {} \;
+ find "${pkgdir}/opt/${pkgname%-bin}" -name "*.*" -exec chmod 644 {} \;
} \ No newline at end of file