summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatheusfillipe2020-06-21 02:21:28 -0300
committermatheusfillipe2020-06-21 02:21:28 -0300
commit936b60d6e44f420a015db0d3825904e092768c22 (patch)
tree93ae2e5c31ef00b0c81e6d0e090b8d3aea244124
parente9cb82cc40f6674eeed02415e5b03254cac15706 (diff)
downloadaur-936b60d6e44f420a015db0d3825904e092768c22.tar.gz
Warp changed name to warpd and we start this new repo then
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e568893402cf..109ec757cf03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ provides=(warpd)
source=("git+$url")
package() {
- cd warp
+ cd warpd
make
}