Skip to content
Permalink
Browse files
libfilezilla 0.42.1
filezilla rebuild
virtualbox-modules-next 6.3.0 rebuild
  • Loading branch information
demmm committed Apr 24, 2023
1 parent c12770b commit 6d1b0d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
@@ -3,7 +3,7 @@ pkgname=filezilla
_pkgname=FileZilla
pkgver=3.63.2.1
_pkgver=3.63.2.1
pkgrel=2
pkgrel=3
pkgdesc="Fast and reliable FTP, FTPS and SFTP client."
arch=('x86_64')
url="https://filezilla-project.org/"
@@ -1,14 +1,14 @@

pkgname=libfilezilla
pkgver=0.42.0
pkgver=0.42.1
pkgrel=1
pkgdesc="Small C++ library, offering a typesafe, multi-threaded event system and process handling for spawning child processes."
arch=('x86_64')
url="https://lib.filezilla-project.org/"
license=('GPL2')
depends=('gcc' 'nettle')
source=("https://download.filezilla-project.org/libfilezilla/${pkgname}-${pkgver}.tar.xz")
sha512sums=('c0b82872a7326741255f18994adac2fe527cc26a3b99ea518e1e9838286bcb99b5d3ce4c13a73568b66e4e44cc1a1d45e2aa57790ef613d51c4661f6445dcb53')
sha512sums=('b1db5404acb6a05edda7762da16a93b66059b178cf8a7cdc9c37b0ec17745d6ab5ef747a556d4293b146d728bbff57a3776b21ea2b933e86025bd610914b6373')

build() {
cd ${pkgname}-${pkgver}
@@ -1,17 +1,17 @@

_extramodules=extramodules-6.2-next
_extramodules=extramodules-6.3-next
_kernver="$(cat /lib/modules/$_extramodules/version)"
#_kernver=4.8.3-1-next # hardcode in case system not running linux-next

pkgname=virtualbox-modules-next
pkgver=7.0.8
_pkgver=7.0.8
pkgrel=2
pkgrel=3
pkgdesc="Kernel modules for VirtualBox"
url="https://www.virtualbox.org"
arch=('x86_64')
license=('GPL-2')
depends=('linux-next>=6.2' 'linux-next<6.3.0')
depends=('linux-next>=6.3' 'linux-next<6.4.0')
makedepends=('linux-next-headers' 'elfutils')
provides=('virtualbox-modules')
options=('!strip')
@@ -1,6 +1,6 @@
common_install()
{
EXTRAMODULES='extramodules-6.2-next'
EXTRAMODULES='extramodules-6.3-next'
depmod -a $(cat /lib/modules/$EXTRAMODULES/version)
}

0 comments on commit 6d1b0d7

Please sign in to comment.