summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-02 08:59:36 -0600
committerSean E. Russell <ser@ser1.net>2020-03-02 08:59:36 -0600
commitb5e451b22582b16f7334b39ff42050cb4e280ba4 (patch)
tree23acc3d1c0a2eca95acc3a19095f45a87b4e1e8e /docs
parentfc3a12cd7316f91957c33ee45e9411ab22b35233 (diff)
Automate (mostly) AUR updates
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/releasing.md b/docs/releasing.md
index 540c950..622f561 100644
--- a/docs/releasing.md
+++ b/docs/releasing.md
@@ -14,24 +14,3 @@ Current steps for a release:
curl --output - -L https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_amd64.tgz | sha256sum
curl --output - -L https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_darwin_amd64.tgz | sha256sum
```
-
-### AUR
-1. Update aur/PKGBUILD
-2. namcap PKGBUILD
-3. makepkg
-4. makepkg -g
-5. makepkg --printsrcinfo \> .SRCINFO
-6. Commit everything
-7. push
-```
-curl -L https://github.com/xxxserxxx/gotop/archive/v3.3.2.tar.gz | sha256sum
-```
-
-### AUR-BIN
-1. Update aur-bin/PKGBUILD
-2. namcap PKGBUILD
-3. makepkg
-4. makepkg -g
-5. makepkg --printsrcinfo \> .SRCINFO
-6. Commit everything
-7. push aur-bin