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
|
pkgbase = boinc
|
||||||
pkgver = 8.0.2
|
pkgver = 8.0.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://boinc.berkeley.edu/
|
url = https://boinc.berkeley.edu/
|
||||||
install = boinc.install
|
install = boinc.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -36,7 +36,7 @@ pkgname = boinc
|
||||||
depends = libnsl
|
depends = libnsl
|
||||||
depends = libxss
|
depends = libxss
|
||||||
depends = sqlite3
|
depends = sqlite3
|
||||||
depends = webkit2gtk
|
depends = webkit2gtk-4.1
|
||||||
depends = wxwidgets-gtk3
|
depends = wxwidgets-gtk3
|
||||||
|
|
||||||
pkgname = boinc-nox
|
pkgname = boinc-nox
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
pkgbase=boinc
|
pkgbase=boinc
|
||||||
pkgname=(boinc boinc-nox)
|
pkgname=(boinc boinc-nox)
|
||||||
pkgver=8.0.2
|
pkgver=8.0.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://boinc.berkeley.edu/"
|
url="https://boinc.berkeley.edu/"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
|
@ -83,7 +83,7 @@ build() {
|
||||||
|
|
||||||
package_boinc() {
|
package_boinc() {
|
||||||
pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop"
|
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
|
cd boinc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue