summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b44ef87471..8b5e8699bfb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ten-hands-bin
pkgdesc = Simplest way to organize and run tasks
pkgver = 2.10.3
- pkgrel = 6
+ pkgrel = 7
url = https://tenhands.app
arch = x86_64
license = MIT
@@ -20,7 +20,6 @@ pkgbase = ten-hands-bin
depends = libxfixes
depends = nspr
depends = libxkbcommon
- depends = dbus
depends = libdrm
depends = libcups
depends = pango
@@ -29,7 +28,7 @@ pkgbase = ten-hands-bin
provides = ten-hands=2.10.3
conflicts = ten-hands
source = ten-hands-2.10.3.deb::https://github.com/saisandeepvaddi/ten-hands/releases/download/v2.10.3/ten-hands-app_2.10.3_amd64.deb
- source = LICENSE::https://raw.githubusercontent.com/saisandeepvaddi/ten-hands/v2.10.3/LICENSE
+ source = LICENSE-2.10.3::https://raw.githubusercontent.com/saisandeepvaddi/ten-hands/v2.10.3/LICENSE
sha256sums = 5a1a4d3970a46d1fde2ccb506653f637a8b0edac5a77a64d12a45e723b555daa
sha256sums = 4844817e0496e77b4ff7dbf8084f475a9dbcb4ffe533b06960feac9fbe7cef2b
diff --git a/PKGBUILD b/PKGBUILD
index baca5e88ec87..acbee6d64574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
pkgname=ten-hands-bin
_pkgname="Ten Hands"
pkgver=2.10.3
-pkgrel=6
+_electronversion=13
+pkgrel=7
pkgdesc="Simplest way to organize and run tasks"
arch=('x86_64')
url='https://tenhands.app'
@@ -24,7 +25,6 @@ depends=(
'libxfixes'
'nspr'
'libxkbcommon'
- 'dbus'
'libdrm'
'libcups'
'pango'
@@ -36,7 +36,7 @@ provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}-app_${pkgver}_amd64.deb"
- "LICENSE::https://raw.githubusercontent.com/saisandeepvaddi/ten-hands/v${pkgver}/LICENSE"
+ "LICENSE-${pkgver}::https://raw.githubusercontent.com/saisandeepvaddi/ten-hands/v${pkgver}/LICENSE"
)
sha256sums=('5a1a4d3970a46d1fde2ccb506653f637a8b0edac5a77a64d12a45e723b555daa'
'4844817e0496e77b4ff7dbf8084f475a9dbcb4ffe533b06960feac9fbe7cef2b')
@@ -51,5 +51,5 @@ package() {
ln -sf "/opt/${pkgname%-bin}/${pkgname%-bin}-app" "${pkgdir}/usr/bin/${pkgname%-bin}"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}-app.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
install -Dm644 "${srcdir}/usr/share/icons/hicolor/32x32/apps/${pkgname%-bin}-app.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
- install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
} \ No newline at end of file