hashworks pushed to branch main at Arch Linux / Packaging / Packages / filebin


Commits:
cc15153f by Justin Kromlinger at 2024-04-14T15:18:00+02:00
upgpkg: 4.0.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,49 @@
+pkgbase = filebin
+       pkgdesc = A pastebin service written in PHP
+       pkgver = 4.0.2
+       pkgrel = 1
+       url = https://git.server-speed.net/users/flo/filebin/
+       install = filebin.install
+       arch = any
+       license = AGPL-3.0-or-later
+       license = MIT
+       makedepends = nodejs
+       makedepends = git
+       depends = php
+       depends = pygmentize
+       depends = python-ansi2html
+       depends = php-gd
+       depends = imagemagick
+       optdepends = mariadb
+       optdepends = postgresql
+       options = !strip
+       options = emptydirs
+       backup = etc/webapps/filebin/config-local.php
+       backup = etc/webapps/filebin/contact-info.php
+       backup = etc/webapps/filebin/database.php
+       backup = etc/webapps/filebin/memcached.php
+       source = git+https://github.com/Bluewind/filebin.git#tag=4.0.2?signed
+       source = git+https://github.com/padraic/mockery.git
+       source = git+https://github.com/endroid/QrCode.git
+       source = git+https://github.com/erusev/parsedown.git
+       source = git+https://github.com/recurser/exif-orientation-examples.git
+       source = filebin-nginx.conf
+       source = filebin-php-fpm.conf
+       source = filebin-file-cron.service
+       source = filebin-file-cron.timer
+       source = filebin-user-cron.service
+       source = filebin-user-cron.timer
+       validpgpkeys = CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E
+       sha256sums = 
5adb0a517a2094d656222a1a34a4a30ef0e30a4b3c099e55c58f039810e63cbc
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = SKIP
+       sha256sums = 
6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c
+       sha256sums = 
034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1
+       sha256sums = 
b1686d550c3bf2c096309e828b47db7a33fd91ac8dcfb358b317b7ab5f3a2f64
+       sha256sums = 
116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1
+       sha256sums = 
6f74c90fbf55e421eabcf8b184170725ac03cb1c5803abb22933fcaf33f13e32
+       sha256sums = 
d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e
+
+pkgname = filebin


=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
 # Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
 # Contributor: Simon Hanna<simon DOT Hanna AT serve-me DOT info>
 pkgname=filebin
-pkgver=4.0.0
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="A pastebin service written in PHP"
 arch=('any')
 url="https://git.server-speed.net/users/flo/filebin/";
-license=('AGPL' 'MIT')
+license=('AGPL-3.0-or-later' 'MIT')
 makedepends=('nodejs' 'git')
 optdepends=('mariadb' 'postgresql')
 depends=('php'
@@ -34,7 +34,7 @@ 
source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
         'filebin-user-cron.service'
         'filebin-user-cron.timer'
 )
-sha256sums=('SKIP'
+sha256sums=('5adb0a517a2094d656222a1a34a4a30ef0e30a4b3c099e55c58f039810e63cbc'
             'SKIP'
             'SKIP'
             'SKIP'
@@ -50,6 +50,7 @@ validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # 
Florian Pritz <bluew
 
 prepare() {
   cd "${srcdir}/${pkgname}"
+  git config --global protocol.file.allow always
   git submodule init
   git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
   git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/filebin/-/commit/cc15153f8185bb120d7a99f21bec9a0b1d2df998

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/filebin/-/commit/cc15153f8185bb120d7a99f21bec9a0b1d2df998
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to