summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJunYoung Gwak2020-10-05 03:29:00 -0700
committerJunYoung Gwak2020-10-05 03:29:00 -0700
commitbd04fbbc3980f9ea6dcb19bc1fe57d1ecd1d94f7 (patch)
tree5e4742aef956ee0222904ccba09848143f1d4216 /.SRCINFO
parentcacdaa96bbb54aab81cbeab16dc69c736bc3d9e7 (diff)
downloadaur-bd04fbbc3980f9ea6dcb19bc1fe57d1ecd1d94f7.tar.gz
Improved formatting by relrel.
1. Updated pkgdesc to match how the website describes it: "ChromeDriver is a standalone server that implements the W3C WebDriver standard". 2. Changed license from Apache to BSD, per https://groups.google.com/a/chromium.org/g/chromium-discuss/c/H6y6eo2--ZI. 3. Removed unnecessary single quotes from depends, optdepends and conflicts= 4. Reordered the variables to match the order of https://git.archlinux.org/pacman.git/plain/proto/PKGBUILD.proto. 5. Used sha512sums instead of md5sums. 6. Simplified the package() function.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86b734b03b6a..d5843d924c2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = chromedriver-beta
- pkgdesc = Standalone server which implements WebDriver's wire protocol (for google-chrome-beta)
+ pkgdesc = Standalone server that implements the W3C WebDriver standard (for google-chrome)
pkgver = 86.0.4240.22
pkgrel = 1
url = https://chromedriver.chromium.org/
arch = x86_64
- license = Apache
+ license = BSD
depends = alsa-lib
depends = gtk3
depends = libcups
@@ -16,7 +16,7 @@ pkgbase = chromedriver-beta
provides = chromedriver
conflicts = chromium
source = chromedriver_86.0.4240.22_linux64.zip::https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_linux64.zip
- md5sums = 0b080bc38261fe200602d8c525931ea7
+ sha512sums = f61bc8a3f48eb3c6dbb51d8fdef93000150307cc0824dc5ffaa155aaa598ba7bd1aab723e41c1aa0eb317603c93f2c661e8fc14403179fe5bd18b317935f5a1e
pkgname = chromedriver-beta