summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Trigueros2021-01-29 18:05:41 +0100
committerOwen Trigueros2021-01-29 18:05:41 +0100
commit1c335c590a5791e5c04ad4fffbaaa44433d6b7a8 (patch)
tree8f2a08ce522305f383b4e835b27d661a61a4978f
parent18c3ce1cf637dffa1a541cc34a3c02a69d3657c2 (diff)
downloadaur-1c335c590a5791e5c04ad4fffbaaa44433d6b7a8.tar.gz
Remove prepare() empty function
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ce5009de00b..da1df5c813b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,6 @@ depends=('gumbo-parser' 'fuse2' 'openssl')
source=("https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
md5sums=("5c9c31c39217da0a9ff44b4cae5704eb")
-prepare() {
- cd "$pkgname-$pkgver"
-}
-
build() {
cd "$pkgname-$pkgver"
make