diff --git a/core/PKGBUILD b/core/PKGBUILD index 615e9c5..caaad74 100644 --- a/core/PKGBUILD +++ b/core/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Tobias Reisinger pkgname=emgauwa-core pkgver=0.2.2 -pkgrel=2 +pkgrel=3 epoch= pkgdesc="" arch=('any') @@ -18,7 +18,7 @@ source=("https://git.serguzim.me/emgauwa/core/archive/v$pkgver.tar.gz" "emgauwa-core.sysusers" "emgauwa-core.tmpfiles") sha256sums=('6e983e765f1f4bd5388f77fa0cbc9a1e8f92f9834a4c63ea0c0bab4c96be4e2f' - 'bbd31d8dc5699e309d05c473132184d4c212fc9f97a8de9a19f50787e368c02d' + '8ea2a0d7e6da31ed1aa8065111eb4b5b58ae1c544339f6a4d82bb7358e8e0707' '559c675302f626dfded86660866554fb78f3fcbae51e5879eee65c9384a06d52' 'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798' '0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2') diff --git a/core/core.ini b/core/core.ini index 0ccf0a2..e1a52b7 100644 --- a/core/core.ini +++ b/core/core.ini @@ -6,7 +6,7 @@ group = emgauwa database = /var/lib/emgauwa/core/db.sqlite content-dir = /usr/share/webapps/emgauwa -not-found-file = 404.html +not-found-file = /usr/share/webapps/emgauwa/404.html not-found-file-mime = text/html not-found-content = 404 - NOT FOUND not-found-content-type = text/plain