summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2021-09-15 13:49:32 +0200
committerDan Johansen2021-09-15 13:49:32 +0200
commiteaf84ce9366f9c74e1b74b2086f388fea426e80e (patch)
tree7cbc06a399f6bbd5c4b3c403c9631ab974ce948c
parent35473bd4cbfbc8fca1b12e5cbbd6d9ccd6ee7772 (diff)
downloadaur-eaf84ce9366f9c74e1b74b2086f388fea426e80e.tar.gz
fix DESTDIR
Signed-off-by: Dan Johansen <strit@manjaro.org>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc6693034777..e42483d00d5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = corepaint
pkgdesc = A paint app from the C Suite
pkgver = 4.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/cubocore/coreapps/corepaint
arch = x86_64
arch = aarch64
@@ -15,4 +15,3 @@ pkgbase = corepaint
md5sums = 288f4e5b336ea369efa31579d6838d39
pkgname = corepaint
-
diff --git a/PKGBUILD b/PKGBUILD
index 3d04dfa6c9e5..2ebd5d0956f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=corepaint
pkgver=4.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A paint app from the C Suite"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/coreapps/$pkgname"
@@ -29,5 +29,5 @@ build() {
package() {
cd build
- DESTDIR="${srcdir}" ninja install
+ DESTDIR="${pkgdir}" ninja install
}