summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Gust2024-12-08 17:06:50 -0700
committerJeremy Gust2024-12-08 17:06:50 -0700
commit1ff1059f4965136c1a54c706e99e990f0cc59ed7 (patch)
tree730121f9ffe5e25019a9d017a03ee447605ca64e
parenta924823c7790acbf1d09e65b936c923824634064 (diff)
downloadaur-foldingathome.tar.gz
Updated to version 8.4.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2454dd5c684..461904f886f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foldingathome
pkgdesc = A distributed computing project for simulating protein dynamics
- pkgver = 8.4.3
+ pkgver = 8.4.9
pkgrel = 1
url = https://foldingathome.org/
install = fah.install
@@ -23,9 +23,9 @@ pkgbase = foldingathome
depends = zlib
optdepends = opencl-driver: GPU support
backup = etc/fah-client/config.xml
- source = git+https://github.com/cauldrondevelopmentllc/cbang#commit=f7709f903788bfcf74c54b3d923434cd49e2f61f
- source = git+https://github.com/foldingathome/fah-client-bastet#commit=881ebd700a62dd46df9ddd8ccb8b5320227891d3
- sha256sums = ae7ff310f47d97124042873652f27409c5070d47f5c0ec7b7fccedb2efa99e62
- sha256sums = 688bfc3d440bf25bf79095c16c9649f28f039def044b4c1bb5bd64163e0f68b5
+ source = git+https://github.com/cauldrondevelopmentllc/cbang#commit=443c54e909eb8d8994405a18fb328b5b05a623a5
+ source = git+https://github.com/foldingathome/fah-client-bastet#commit=360fe71b1bd05bb89814bfb97b73a5bda84802d6
+ sha256sums = 1021182019c080a810e94ef7635f8baad87d5d91609ab882c1eba20556ddc216
+ sha256sums = cb871d420a47c80c0c13dc4199eca2405b54da669ce4073f775b4bd7374b6a01
pkgname = foldingathome
diff --git a/PKGBUILD b/PKGBUILD
index 4d840c67690d..da226588dac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: paul2lv <paul2lv@gmail.com>
# Contributor: dtw <dibblethewrecker@gmail.com>
pkgname=foldingathome
-pkgver=8.4.3
+pkgver=8.4.9
pkgrel=1
pkgdesc='A distributed computing project for simulating protein dynamics'
arch=(x86_64)
@@ -28,11 +28,11 @@ makedepends=('git'
'snappy')
backup=("etc/fah-client/config.xml")
install="fah.install"
-source=("git+https://github.com/cauldrondevelopmentllc/cbang#commit=f7709f903788bfcf74c54b3d923434cd49e2f61f"
- "git+https://github.com/foldingathome/fah-client-bastet#commit=881ebd700a62dd46df9ddd8ccb8b5320227891d3"
+source=("git+https://github.com/cauldrondevelopmentllc/cbang#commit=443c54e909eb8d8994405a18fb328b5b05a623a5"
+ "git+https://github.com/foldingathome/fah-client-bastet#commit=360fe71b1bd05bb89814bfb97b73a5bda84802d6"
)
-sha256sums=('ae7ff310f47d97124042873652f27409c5070d47f5c0ec7b7fccedb2efa99e62'
- '688bfc3d440bf25bf79095c16c9649f28f039def044b4c1bb5bd64163e0f68b5')
+sha256sums=('1021182019c080a810e94ef7635f8baad87d5d91609ab882c1eba20556ddc216'
+ 'cb871d420a47c80c0c13dc4199eca2405b54da669ce4073f775b4bd7374b6a01')
build() {
export CBANG_HOME=$PWD/cbang
@@ -46,7 +46,7 @@ package() {
install -Dm644 -t "${pkgdir}/usr/share/doc/foldingathome/" README.md
install -Dm644 -t "${pkgdir}/usr/share/doc/foldingathome/" CHANGELOG.md
install -Dm644 -t "${pkgdir}/usr/share/licenses/foldingathome/" CODE_TAG
- install -Dm644 -t "${pkgdir}/usr/share/polkit-1/rules.d/" install/lin/fah-client.rules
+ install -Dm644 -t "${pkgdir}/usr/share/polkit-1/rules.d/" install/lin/10-fah-client.rules
install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" install/lin/fah-client.service
install -dm755 "${pkgdir}/var/log/fah-client/"
touch "${pkgdir}/var/log/fah-client/log.txt"