summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2021-03-01 22:07:30 -0300
committerHugo Parente Lima2021-03-01 22:07:30 -0300
commit326000097cb06f05047339e2393674ec7a66d8ba (patch)
tree05266afb220b64d53573c6c078593236fdf460e0
parentc975ef6a53a9a477da1ad57f4d861ae99284eacd (diff)
downloadaur-326000097cb06f05047339e2393674ec7a66d8ba.tar.gz
Remove empty check function.
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd38249da3af..dd7684d0cf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,11 +22,6 @@ build() {
make
}
-check() {
- # Can't check anything, since tests needs tijolo own project repo to execute.
- true
-}
-
package() {
cd "$srcdir/tijolo-$pkgver"
make install DESTDIR="${pkgdir}"