summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b39d5daf8251..fbb294c44408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,9 +17,10 @@ backup=()
options=()
install=
changelog=
-source=("git+https://github.com/orbifx/portal.git")
+source=(#"git+https://github.com/orbifx/portal.git"
+ https://github.com/orbifx/portal/releases/download/v0.1-beta/portal-postconf.tar.gz)
noextract=()
-sha512sums=('SKIP') #autofill using updpkgsums
+md5sums=('ea060b28005b3eb2d5f54c9556ff72e9')
build() {
# cd "$pkgname-$pkgver"
@@ -29,7 +30,6 @@ true
}
package() {
-# cd "$pkgname-$pkgver"
-# make DESTDIR="$pkgdir/" install
-true
+ cd "$pkgname-$pkgver"
+ true
}