aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Rocha(MAX)2021-12-13 20:02:36 -0300
committerAnderson Rocha(MAX)2021-12-13 20:02:36 -0300
commit1351966049ad0770f4e70fde026d172378626e97 (patch)
treeb8e578348c040101a46061dde1986e524124dc4b
parent1e6268e5670b7bbad7341a3b6e75565bb01f2edd (diff)
downloadaur-1351966049ad0770f4e70fde026d172378626e97.tar.gz
Update info to follow community standard
-rwxr-xr-xPKGBUILD4
-rw-r--r--auto_update.sh4
2 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc5b3829b18f..5c3c1644f7dc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,6 @@
-# Active Maintainers: Anderson Rocha <anderson2320@gmail.com>
+# Maintainer: Anderson Rocha <anderson2320@gmail.com>
+# Contributor: etriguba <eugenetriguba@gmail.com>
+# Contributor: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
pkgver="96.0.17"
diff --git a/auto_update.sh b/auto_update.sh
index 9159ace5b841..8e8cf13161c4 100644
--- a/auto_update.sh
+++ b/auto_update.sh
@@ -40,12 +40,12 @@ update_version() {
replace_line " pkgver = $version" 3 .SRCINFO
if [ $arch = "linux64" ]; then
- replace_line "sha1sums_x86_64=(\"$sha_hash\")" 28 PKGBUILD
+ replace_line "sha1sums_x86_64=(\"$sha_hash\")" 30 PKGBUILD
replace_line " source_x86_64 = $file_url" 29 .SRCINFO
replace_line " sha1sums_x86_64 = $sha_hash" 30 .SRCINFO
else
- replace_line "sha1sums_i686=(\"$sha_hash\")" 27 PKGBUILD
+ replace_line "sha1sums_i686=(\"$sha_hash\")" 29 PKGBUILD
replace_line " source_i686 = $file_url" 27 .SRCINFO
replace_line " sha1sums_i686 = $sha_hash" 28 .SRCINFO