diff options
author | GordonGR | 2019-08-03 15:43:34 +0300 |
---|---|---|
committer | GordonGR | 2019-08-03 15:43:34 +0300 |
commit | ac3783b844af19dfe23b02939aee4e0dc05b0350 (patch) | |
tree | 171115e26db9a3167a0f7e998415269b9dd9b716 | |
parent | e583960fc84b238b270991f8dbecb54d4daff07d (diff) | |
download | aur-ac3783b844af19dfe23b02939aee4e0dc05b0350.tar.gz |
1.8.7.7765-1: Upstream update
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 7 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = singularityviewer-alpha pkgdesc = An exciting client for Second Life (secondlife) and OpenSim (opensimulator), which combines the look and feel of Viewer 1.23 with the latest and greatest of available technology. (nighly builds) - pkgver = 1.8.7.7750 + pkgver = 1.8.7.7765 pkgrel = 1 url = http://www.singularityviewer.org/ arch = x86_64 @@ -39,10 +39,10 @@ pkgbase = singularityviewer-alpha conflicts = singularityviewer conflicts = singularityviewer-test replaces = singularityviewer-test - source = http://singu.virtual-nexus.xyz/files/Singularity_Test_1_8_7_7750_x86_64.tar.xz + source = http://singu.virtual-nexus.xyz/files/Singularity_Test_1_8_7_7765_x86_64.tar.xz source = singularityviewer.desktop source = singularityviewer.launcher - md5sums = 616c2091de42b57113b385cdc6274e3e + md5sums = db4b4bb997cbcbb59d0477558af75d82 md5sums = ff7aa34dcd7548e3acdb3c2d44ae6604 md5sums = eb596f5cf7b6f2d0c55c0082fb99a905 @@ -1,8 +1,8 @@ # Maintainer: GordonGR <ntheo1979@gmail.com> pkgname=singularityviewer-alpha -pkgver=1.8.7.7750 -_pkgver=1_8_7_7750 +pkgver=1.8.7.7765 +_pkgver=1_8_7_7765 pkgrel=1 pkgdesc="An exciting client for Second Life (secondlife) and OpenSim (opensimulator), which combines the look and feel of Viewer 1.23 with the latest and greatest of available technology. (nighly builds)" url="http://www.singularityviewer.org/" @@ -24,7 +24,7 @@ provides=("singularityviewer") source=("http://singu.virtual-nexus.xyz/files/Singularity_Test_${_pkgver}_x86_64.tar.xz" "singularityviewer.desktop" "singularityviewer.launcher") -md5sums=('616c2091de42b57113b385cdc6274e3e' +md5sums=('db4b4bb997cbcbb59d0477558af75d82' 'ff7aa34dcd7548e3acdb3c2d44ae6604' 'eb596f5cf7b6f2d0c55c0082fb99a905') @@ -73,6 +73,5 @@ chmod -R g+rw $pkgdir/opt/singularityviewer chmod g+x $pkgdir/opt/singularityviewer/singularity # Do not re-register the application with the desktop system at every launch, saves from locally installed desktop files. -sed -i 's|./etc/refresh_desktop_app_entry.sh|#./etc/refresh_desktop_app_entry.sh|' $pkgdir/opt/singularityviewer/singularity - +sed -i 's|./refresh_desktop_app_entry.sh|#./refresh_desktop_app_entry.sh|' $pkgdir/opt/singularityviewer/singularity } |