summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierre2020-10-16 18:46:53 +0200
committerpierre2020-10-16 18:46:53 +0200
commit179c00c5a97977983ad5253568b3320774874d63 (patch)
treec798ddb0b5c1f53ccf3eecdfbebd1ade52fc7c18
parent21e4020ddb51a0f6e7fb0b33e036a9f3699fed2a (diff)
downloadaur-179c00c5a97977983ad5253568b3320774874d63.tar.gz
remove update notes
-rw-r--r--update.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/update.md b/update.md
deleted file mode 100644
index 261227751d80..000000000000
--- a/update.md
+++ /dev/null
@@ -1,26 +0,0 @@
-1. edit `PKGBUILD` file
-update the version number `pkgver=`
-
-2. update integrity checksum
-```
-$ makepkg -g
-```
-copy the output and paste it in `PKGBUILD` file, eg.
-```
-md5sums=('output')
-```
-source: https://wiki.archlinux.org/index.php/PKGBUILD#Integrity
-
-3. sanity check
-```
-$ namcap PKGBUILD
-$ makepkg
-$ namcap <package_name>.pkg.tar.xz
-```
-source: https://wiki.archlinux.org/index.php/Creating_packages#Checking_package_sanity
-
-4. generate `.SRCINFO`
-```
-$ makepkg --printsrcinfo > .SRCINFO
-```
-source: https://wiki.archlinux.org/index.php/.SRCINFO