summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-22 16:30:30 +0200
committerHeiko Nickerl2018-06-22 16:30:30 +0200
commit33eafabd90a0157dcd21263144612f36ba58f158 (patch)
treec2955bff92cbfccb5c12cc3e032d735429eeea7a
parent65ee6cf887214af2d5e36fe53fef0835a9264e5b (diff)
downloadaur-33eafabd90a0157dcd21263144612f36ba58f158.tar.gz
Fix sysconfdir and add sha256sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc3cf1b207c..0211990ce1a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = sodalite
depends = python-watchdog
backup = etc/sodalite.conf
source = sodalite-0.13.4.tar.gz::https://github.com/hnicke/sodalite/archive/v0.13.4.tar.gz
- md5sums = SKIP
+ sha256sums = eda36f28dfdb440c934c1f316334f65334b106a4667101aa46a8ead7b44e96f4
pkgname = sodalite
diff --git a/PKGBUILD b/PKGBUILD
index 62380aa7f860..8cce06962c98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@ depends=('python-binaryornot' 'python-urwid' 'python-yaml'
'python-pyperclip' 'python-pygments' 'python-watchdog')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hnicke/sodalite/archive/v$pkgver.tar.gz")
backup=('etc/sodalite.conf')
-md5sums=('SKIP')
+sha256sums=('eda36f28dfdb440c934c1f316334f65334b106a4667101aa46a8ead7b44e96f4')
install=sodalite.install
_gitroot=https://github.com/hnicke/$pkgname.git
package() {
cd "${srcdir}/$pkgname-$pkgver"
- make prefix=/usr localstatedir=/var DESTDIR="$pkgdir" install
+ make sysconfdir=/etc prefix=/usr localstatedir=/var DESTDIR="$pkgdir" install
}