From 203905dbfdd9034307ff90009eba7cf243786620 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 5 May 2018 13:06:39 -0400 Subject: [parabola-laf]: rebuild --- pcr-testing/parabola-laf/PKGBUILD | 10 +++++----- pcr-testing/parabola-laf/news | 0 pcr-testing/parabola-laf/news.txt | 0 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 pcr-testing/parabola-laf/news delete mode 100644 pcr-testing/parabola-laf/news.txt (limited to 'pcr-testing') diff --git a/pcr-testing/parabola-laf/PKGBUILD b/pcr-testing/parabola-laf/PKGBUILD index 0d9930593..c436a78fd 100644 --- a/pcr-testing/parabola-laf/PKGBUILD +++ b/pcr-testing/parabola-laf/PKGBUILD @@ -3,7 +3,7 @@ pkgname=parabola-laf pkgver=0.9 -pkgrel=2 +pkgrel=3 pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems" arch=('any') license=('GPL') @@ -15,8 +15,8 @@ makedepends=('git') _git_tag="v${pkgver}" _release="${pkgname}-${_git_tag}" source=(https://git.parabola.nu/${pkgname}.git/snapshot/${_release}.tar.gz - news.txt) -sha256sums=('96da36bc610863fe93dc95d3950f65f86dc533e5d1ba6c0a6fbbfd8fc44afdef' + news) +sha256sums=('693b5cd0a959429745ddfcc226b76acce9d6d7d34144ddc0593c2c0544d472ea' 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855') @@ -34,6 +34,6 @@ package() { mkdir -p ${pkgdir}/etc/skel cp -rT ${srcdir}/${_release}/skel ${pkgdir}/etc/skel - mkdir -p ${pkgdir}/usr/share/${pkgname} - cp ${srcdir}/news.txt ${pkgdir}/usr/share/${pkgname}/news-${pkgver}-${pkgrel}.txt + mkdir -p ${pkgdir}/usr/share/${pkgname}/news + cp ${srcdir}/news ${pkgdir}/usr/share/${pkgname}/news/news-${pkgver}-${pkgrel} } diff --git a/pcr-testing/parabola-laf/news b/pcr-testing/parabola-laf/news new file mode 100644 index 000000000..e69de29bb diff --git a/pcr-testing/parabola-laf/news.txt b/pcr-testing/parabola-laf/news.txt deleted file mode 100644 index e69de29bb..000000000 -- cgit v1.2.3