summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuidedLinux2017-12-23 17:08:22 +0100
committerGuidedLinux2017-12-23 17:08:22 +0100
commita050c875701add0e264e5367cfb7438c3bf9ac0d (patch)
treed5516a52fe15d47d691333c562cb192b80e252a8
parent52621e8975c772dcc145ca8fb954793855d4f585 (diff)
downloadaur-a050c875701add0e264e5367cfb7438c3bf9ac0d.tar.gz
Use absolute paths instead of relative paths
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 339b66de6e62..013d62fe820b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archmaker
pkgdesc = Quickly and easily create your own arch-based GNU/Linux-distribution
pkgver = 0.0.1
- pkgrel = 5
+ pkgrel = 6
url = https://archmaker.guidedlinux.org/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 83e6f992b7cf..56a229f40e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hannes Schulze <projects@guidedlinux.org>
pkgname=archmaker
pkgver=0.0.1
-pkgrel=5
+pkgrel=6
pkgdesc="Quickly and easily create your own arch-based GNU/Linux-distribution"
arch=('x86_64')
url="https://archmaker.guidedlinux.org/"
@@ -23,4 +23,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}