aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Moser2021-01-16 18:10:26 +0100
committerFlorian Moser2021-01-16 18:10:26 +0100
commitc64304488d30ccb3f50ffd0f55b712cbce29237e (patch)
tree432cdcba9e0229ba00965c30de793e88eb995ff2
parent53f3bbe33e1cbb381814790f8e70974a2d6af928 (diff)
downloadaur-c64304488d30ccb3f50ffd0f55b712cbce29237e.tar.gz
Update readme
-rw-r--r--.travis.yml2
-rw-r--r--README.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ad4609b9c3b..9d12e07e81a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ archlinux:
script:
- "PKGEXT='.pkg.tar' makepkg -si --noconfirm"
- "namcap PKGBUILD"
- - "namcap symfony*.pkg*"
+ - "namcap local-php-security-checker*.pkg*"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
diff --git a/README.md b/README.md
index 61eb1003103e..13bf39a8a6fd 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# Symfony CLI AUR Package
-[![Build Status](https://travis-ci.com/famoser/symfony-cli-aur.svg?branch=master)](https://travis-ci.com/famoser/symfony-cli-aur)
+# local-php-security-checker AUR Package
+[![Build Status](https://travis-ci.com/famoser/local-php-security-checker-aur.svg?branch=master)](https://travis-ci.com/famoser/local-php-security-checker)
## Update package
-0. Get newest version from https://github.com/symfony/cli/releases
+0. Get newest version from https://github.com/fabpot/local-php-security-checker
1. Update package version in PKGBUILD
2. Execute `update.sh`
@@ -12,5 +12,5 @@ or
3. Generate new checksums with `updpkgsums`
4. Test install `makepkg -si`
5. Update .SRCINFO `makepkg --printsrcinfo > .SRCINFO`
-6. `git remote add arch ssh://aur@aur.archlinux.org/symfony-cli.git`
+6. `git remote add arch ssh://aur@aur.archlinux.org/local-php-security-checker-cli.git`
7. `git push arch`