summaryrefslogtreecommitdiffstats
path: root/docs/releasing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releasing.md')
-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