diff options
author | xengineering <me@xengineering.eu> | 2023-05-01 19:39:39 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-05-01 19:40:38 +0200 |
commit | 87f5c0c92ce13952b96f7d51f898c23e1bedfa59 (patch) | |
tree | 3fe162b36d950c7ac1db4dae8490791867174434 | |
parent | 576633e1db6a2379d5cc9fd3947a0e04fd99f50c (diff) | |
download | pkgbuilds-87f5c0c92ce13952b96f7d51f898c23e1bedfa59.tar pkgbuilds-87f5c0c92ce13952b96f7d51f898c23e1bedfa59.tar.zst pkgbuilds-87f5c0c92ce13952b96f7d51f898c23e1bedfa59.zip |
Update to Ceres v0.3.0
-rw-r--r-- | ceres/0001-Fix-style.css-symlink-for-Arch-Linux-build.patch | 21 | ||||
-rw-r--r-- | ceres/PKGBUILD | 15 |
2 files changed, 3 insertions, 33 deletions
diff --git a/ceres/0001-Fix-style.css-symlink-for-Arch-Linux-build.patch b/ceres/0001-Fix-style.css-symlink-for-Arch-Linux-build.patch deleted file mode 100644 index dd9f095..0000000 --- a/ceres/0001-Fix-style.css-symlink-for-Arch-Linux-build.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 3044c28ec034406e3d8ab82a8551ada1a0b52470 Mon Sep 17 00:00:00 2001 -From: xengineering <me@xengineering.eu> -Date: Thu, 13 Apr 2023 21:10:11 +0200 -Subject: [PATCH] Fix style.css symlink for Arch Linux build - ---- - data/static/style.css | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/data/static/style.css b/data/static/style.css -index c954338..f49e7f6 120000 ---- a/data/static/style.css -+++ b/data/static/style.css -@@ -1 +1 @@ --../../simple.css/simple.min.css -\ No newline at end of file -+../../../simple.css-2.1.1/simple.min.css -\ No newline at end of file --- -2.40.0 - diff --git a/ceres/PKGBUILD b/ceres/PKGBUILD index 32612b6..429bc1f 100644 --- a/ceres/PKGBUILD +++ b/ceres/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: xengineering <me@xengineering.eu> pkgname=ceres -pkgver=0.2.0 +pkgver=0.3.0 pkgrel=1 pkgdesc="Recipe server for your favorite dishes" arch=('x86_64' 'aarch64') @@ -8,24 +8,15 @@ url="https://xengineering.eu/git/ceres" license=('AGPL') makedepends=('coreutils' 'git' 'make' 'go') backup=('etc/ceres/config.json') -source=('https://cgit.xengineering.eu/ceres/snapshot/ceres-0.2.0.tar.zst' - 'https://github.com/kevquirk/simple.css/archive/refs/tags/v2.1.1.tar.gz' - '0001-Fix-style.css-symlink-for-Arch-Linux-build.patch' +source=("https://cgit.xengineering.eu/ceres/snapshot/ceres-${pkgver}.tar.zst" 'ceres.service' 'sysuser.conf' 'ceres.tmpfile.d') -sha256sums=('e3dc85ecc7f8c0d6be6c740f29ae56394cfaa8c883c6f583110b0b790a53e01d' - '0759002f5905a3955fbec40fb71e04ca45e015791e3f7b5cd1ad4771c4c4fb22' - '2e2441bbc13bace5c5cc9be8efbdab98e3db13c831967ed2676aff56beca46ea' +sha256sums=('e58ba399ecbe465cbcb9f0ce4fc44affed681df7aaf982c9a39a7a9dc6e9a826' 'da4b6201e9bcf2cc3ae94b274338b58abc5368d77e0df1ece578644a415d8ace' 'a8c7c3d6af65bd7255b0f693430c6ba53d646123feebec9a1e37f8723c21942b' 'f2cc4598aebbb96b7d190b3d69fca94b09d1ebc5f0d858fb01ab69d0ea6b071e') -prepare() { - cd $pkgbase-$pkgver/ - patch -Np1 < ../0001-Fix-style.css-symlink-for-Arch-Linux-build.patch -} - build() { cd "$pkgname-$pkgver" make |