summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2023-09-28 23:06:06 +0200
committerParagoumba2023-09-28 23:06:18 +0200
commit54307430e4d803b4bef9e9115d70eba6df902153 (patch)
tree12ce190e6a5a070e0ca822f34275fcecd7662656
parent8cbdaf993f4d06398fc68ee1a57d0352091f01c3 (diff)
downloadaur-54307430e4d803b4bef9e9115d70eba6df902153.tar.gz
Bump to v2.0.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a0c1f30955..19430073983c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = vdhcoapp-bin
pkgdesc = Companion application for Video DownloadHelper browser add-on, precompiled binary version
- pkgver = 1.6.3
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/mi-g/vdhcoapp
- arch = i686
arch = x86_64
license = GPL2
depends = ffmpeg
depends = orc
- provides = vdhcoapp=1.6.3
+ provides = vdhcoapp=2.0.1
conflicts = vdhcoapp
options = !strip
- source = https://github.com/mi-g/vdhcoapp/releases/download/v1.6.3/net.downloadhelper.coapp-1.6.3-1_amd64.deb
+ source = https://github.com/aclap-dev/vdhcoapp/releases/download/v2.0.1/vdhcoapp-2.0.1-linux-x86_64.deb
source = vdhcoapp-install.hook
source = vdhcoapp-remove.hook
- sha256sums = d866b1ade5a24cf050810305f9be50f7a7848905322409922ad4d863d3a34756
+ sha256sums = cf4e1b02b90fd9b6bf6b4072688c956d21ac292f3a36feed2e395f6e5eb81723
sha256sums = a2b56e6ae3f7f8933e20762baa90e69f63f0802b2e6d213b51e0bc68843e5d27
sha256sums = 3287859986d67e15e269965676bf9c75d1e853ea0ec97695811072fb8f10a7a8
diff --git a/PKGBUILD b/PKGBUILD
index 8a68e2f40146..6fce88a785de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
_package=net.downloadhelper.coapp
pkgname=vdhcoapp-bin
-pkgver=1.6.3
+pkgver=2.0.1
pkgrel=1
pkgdesc="Companion application for Video DownloadHelper browser add-on, precompiled binary version"
provides=("vdhcoapp=${pkgver}")
conflicts=('vdhcoapp')
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/mi-g/vdhcoapp"
license=('GPL2')
depends=('ffmpeg' 'orc')
makedepends=()
options=('!strip') # IMPORTANT! DO NOT REMOVE THIS, OTHERWISE THE BINARY WILL BE BROKEN!
-source=(https://github.com/mi-g/vdhcoapp/releases/download/v${pkgver}/net.downloadhelper.coapp-${pkgver}-1_amd64.deb
+source=(https://github.com/aclap-dev/vdhcoapp/releases/download/v${pkgver}/vdhcoapp-${pkgver}-linux-x86_64.deb
vdhcoapp-install.hook
vdhcoapp-remove.hook)
-sha256sums=('d866b1ade5a24cf050810305f9be50f7a7848905322409922ad4d863d3a34756'
+sha256sums=('cf4e1b02b90fd9b6bf6b4072688c956d21ac292f3a36feed2e395f6e5eb81723'
'a2b56e6ae3f7f8933e20762baa90e69f63f0802b2e6d213b51e0bc68843e5d27'
'3287859986d67e15e269965676bf9c75d1e853ea0ec97695811072fb8f10a7a8')
@@ -26,7 +26,6 @@ prepare() {
rm debian-binary
mkdir -p "${srcdir}/${pkgname}"
tar xf data.tar.xz -C "${pkgname}"
- rm -r "${pkgname}/opt/${_package}/converter"
}
package() {