summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoricefox2023-07-20 07:49:48 +0300
committericefox2023-07-20 07:52:50 +0300
commit32cb682c51ad5a67100c5c28883f17a07df4d528 (patch)
tree295b4c0dc42101c672d6077555cc2f2de106b213
parent820e9c741724fbf8c557e88ceca34311bc461858 (diff)
downloadaur-32cb682c51ad5a67100c5c28883f17a07df4d528.tar.gz
Added aspia-client from .deb v2.5.2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 1 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b0eabda7c3..16428282bdec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,3 @@ pkgbase = aspia-client
sha256sums_x86_64 = 5295342c21d099dd1f2ad09559875cb6f22b5367e85d16ec27d2d152775f9fad
pkgname = aspia-client
- depends = gtk3
- provides = aspia-client
- conflicts = aspia-client
diff --git a/PKGBUILD b/PKGBUILD
index 9e7a0417d97a..a910ac396027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=aspia-client
pkgname=(aspia-client)
pkgver=2.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Remote desktop and file transfer tool."
arch=('x86_64')
url="https://github.com/dchapyshev/aspia"
@@ -12,8 +12,6 @@ options=('!strip')
source_x86_64=("${pkgbase}-${pkgver}-${arch}.deb::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${arch}.deb")
sha256sums_x86_64=('5295342c21d099dd1f2ad09559875cb6f22b5367e85d16ec27d2d152775f9fad')
-
-
package() {
cd "${srcdir}"
bsdtar -xzf data.tar.gz -C "${pkgdir}"