summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSP2015-10-03 18:52:31 +0100
committerSP2015-10-03 18:52:31 +0100
commit7ce00d108b8e18c5cb39e99a2eabf772ae53ce04 (patch)
treec060c5a5ebe6906b4b3bf0fcbead03bca285b2e1
parent75f122f605f0d028865e28575c985675c242a711 (diff)
downloadaur-7ce00d108b8e18c5cb39e99a2eabf772ae53ce04.tar.gz
experimental postconf utility
-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
}