summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6310147cbcda..abaeee01faaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dayplan
pkgdesc = Utility to plan your day and track your time
pkgver = 0.7.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ja-he/dayplan
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 40768d1591a9..224fd94a5cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Hensel <ja_he@uni-bremen.de>
pkgname=dayplan
pkgver=0.7.4
-pkgrel=1
+pkgrel=2
arch=('x86_64')
pkgdesc="Utility to plan your day and track your time"
license=('MIT')
@@ -16,7 +16,7 @@ sha256sums=('4c5f62d3315291c9128041e91998361e0b3af95462a1431532839d7ff97528f5')
build() {
cd "$srcdir/$pkgname-$pkgver"
project_base="github.com/ja-he/dayplan"
- source_root="${project_base}/src"
+ source_root="${project_base}/internal"
go build -v \
-gcflags "all=-trimpath=${PWD}" \
-asmflags "all=-trimpath=${PWD}" \