summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMushfiqur Rahman Abir2021-05-14 03:05:23 +0600
committerMushfiqur Rahman Abir2021-05-14 03:05:23 +0600
commite8e823e82597636716386d26d536a83e01697c2c (patch)
tree073087c6387d66abbd5821e3eeab011824bda97f
parent6982e04382ba7041a288c638c78f4e9ea109a746 (diff)
downloadaur-e8e823e82597636716386d26d536a83e01697c2c.tar.gz
Update & fix the branch name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fbb0b2cf291..a6fca452f2e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ validpgpkeys=()
prepare() {
cd "$pkgname"
- git switch aur
+ git switch pkgbuild
mkdir build && cd build
cmake ..
}