commit 11f46cf30d6d85aa5e2db946de621f597c393c7d
parent afeee93dc42120f69925946b5acdf6b3b07423be
Author: ctucx <c@ctu.cx>
Date: Sun, 28 Feb 2021 16:23:05 +0100
parent afeee93dc42120f69925946b5acdf6b3b07423be
Author: ctucx <c@ctu.cx>
Date: Sun, 28 Feb 2021 16:23:05 +0100
remove sample config
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/ctucx-gallery/.SRCINFO b/ctucx-gallery/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ctucx-gallery pkgver = 0.1 - pkgrel = 4 + pkgrel = 5 url = https://cgit.ctu.cx/gallery/ arch = x86_64 license = GPL-3
diff --git a/ctucx-gallery/PKGBUILD b/ctucx-gallery/PKGBUILD @@ -1,6 +1,6 @@ pkgname=ctucx-gallery pkgver=0.1 -pkgrel=4 +pkgrel=5 arch=('x86_64') url="https://cgit.ctu.cx/gallery/" license=('GPL-3') @@ -17,5 +17,4 @@ build() { package() { install -Dm755 ${srcdir}/gallery-${_commit}/gallery ${pkgdir}/usr/bin/ctucx-gallery - install -Dm755 ${srcdir}/gallery-${_commit}/sample.config ${pkgdir}/etc/ctucx-${pkgname}.conf }