summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e518ebeeca..4c263da64042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = portal
depends = nginx
optdepends = yamado
provides = portal
- source = git+https://github.com/orbifx/portal.git
- sha512sums = SKIP
+ source = https://github.com/orbifx/portal/releases/download/v0.1-beta/portal-postconf.tar.gz
+ md5sums = ea060b28005b3eb2d5f54c9556ff72e9
pkgname = portal
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
}