summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhriedplanck2020-08-20 17:16:04 +0800
committerwhriedplanck2020-08-20 17:16:04 +0800
commit63a04a1f6ce20fa4f660857a2396ea2bfd0c6b9e (patch)
treecca7576792b53db8f1c37a696133c830dff67508
parenta1b4a197206c8d5512b7c15d7dc4cebff53745c6 (diff)
downloadaur-63a04a1f6ce20fa4f660857a2396ea2bfd0c6b9e.tar.gz
Fix the sha265sums_x86_64
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 103f580b7a58..19b554bfa2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = astap-bin
source_i686 = astap_i386.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_i386.deb/download
sha256sums_i686 = 2fc7e6d8c8c19ea376b756d70b19439b63ded0e6af97e4fef490c169f1a0f396
source_x86_64 = astap_amd64.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64.deb/download
- sha256sums_x86_64 = 681e1c3c3aa1b14cacf2f411075b1505759185df36f20e657317341b2667b2d7
+ sha256sums_x86_64 = c4a5ff1dbabd06be2c2d71271b0135ee44195eecd3c672b33186b6b6111ca42a
pkgname = astap-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0df8a88dd1e8..62ff554a6098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('desktop-file-utils' 'libxrender' 'shared-mime-info' 'libxext' 'gtk2')
source_i686=("${_pkgname}_i386.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_i386.deb/download")
source_x86_64=("${_pkgname}_amd64.deb::https://sourceforge.net/projects/astap-program/files/linux_installer/astap_amd64.deb/download")
sha256sums_i686=('2fc7e6d8c8c19ea376b756d70b19439b63ded0e6af97e4fef490c169f1a0f396')
-sha256sums_x86_64=('681e1c3c3aa1b14cacf2f411075b1505759185df36f20e657317341b2667b2d7')
+sha256sums_x86_64=('c4a5ff1dbabd06be2c2d71271b0135ee44195eecd3c672b33186b6b6111ca42a')
build() {
if [[ "$CARCH" == "i686" ]]; then
@@ -25,6 +25,7 @@ build() {
package() {
bsdtar -xf data.tar.xz -C "$pkgdir"
cd "${pkgdir}"
+ find . -type d -exec chmod 755 {} +
chmod 755 opt/
chmod 755 usr/
chmod 755 usr/local