mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/boinc to 8.0.2-2
This commit is contained in:
parent
6eb8453031
commit
4e8980256f
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = boinc
|
||||
pkgver = 8.0.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://boinc.berkeley.edu/
|
||||
install = boinc.install
|
||||
arch = x86_64
|
||||
|
@ -36,7 +36,7 @@ pkgname = boinc
|
|||
depends = libnsl
|
||||
depends = libxss
|
||||
depends = sqlite3
|
||||
depends = webkit2gtk
|
||||
depends = webkit2gtk-4.1
|
||||
depends = wxwidgets-gtk3
|
||||
|
||||
pkgname = boinc-nox
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
pkgbase=boinc
|
||||
pkgname=(boinc boinc-nox)
|
||||
pkgver=8.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url="https://boinc.berkeley.edu/"
|
||||
license=('LGPL')
|
||||
|
@ -83,7 +83,7 @@ build() {
|
|||
|
||||
package_boinc() {
|
||||
pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop"
|
||||
depends=('curl' 'libnotify' 'libnsl' 'libxss' 'sqlite3' 'webkit2gtk' 'wxwidgets-gtk3')
|
||||
depends=('curl' 'libnotify' 'libnsl' 'libxss' 'sqlite3' 'webkit2gtk-4.1' 'wxwidgets-gtk3')
|
||||
|
||||
cd boinc
|
||||
|
||||
|
|
Loading…
Reference in a new issue