summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Harding2024-03-23 16:05:23 -0700
committerTim Harding2024-03-23 16:05:53 -0700
commit0921235da11649ce3c1e41eedac0cb320f669691 (patch)
tree69954abc459c38a36ab2b1dfc55da2fcdf488b1a
parent1f0487f764506b6afadb49654e2199721e593ba8 (diff)
downloadaur-0921235da11649ce3c1e41eedac0cb320f669691.tar.gz
Ignoring build files
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 0e7d656c532b..a180574c8ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='neophyte'
pkgver='0.2.5'
-pkgrel=1
+pkgrel=2
pkgdesc='A WebGPU-rendered Neovim GUI'
arch=('x86_64' 'i686' 'aarch64')
url="https://github.com/tim-harding/$pkgname"
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
# See for best practices:
# https://wiki.archlinux.org/title/Rust_package_guidelines
#
-# Test in a clean chroot with `extra-x86_64-build`:
+# Test in a clean chroot with `namcap PKGBUILD && extra-x86_64-build`:
# https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
prepare() {