Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ lenovolegionlinux-git
lens
lf-bin
libaquamarine-bin
libation-deb
libcamera-git
libcs50-git
libcutefish-git
Expand Down
15 changes: 15 additions & 0 deletions packages/libation-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pkgbase = libation-deb
gives = libation
pkgver = 12.8.2
pkgdesc = Free and open source app to manage your Audible books
arch = arm64
arch = amd64
breaks = libation
breaks = libation-git
breaks = libation-bin
breaks = libation-app
maintainer = Robert McRackan <[email protected]>
source_arm64 = https://github.com/rmcrackan/Libation/releases/download/v12.8.2/Libation.12.8.2-linux-chardonnay-arm64.deb
source_amd64 = https://github.com/rmcrackan/Libation/releases/download/v12.8.2/Libation.12.8.2-linux-chardonnay-amd64.deb

pkgname = libation-deb
11 changes: 11 additions & 0 deletions packages/libation-deb/libation-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgname="libation-deb"
pkgver="12.8.2"
gives="libation"
breaks=("${gives}" "${gives}-git" "${gives}-bin" "${gives}-app")
pkgdesc="Free and open source app to manage your Audible books"
maintainer=("Robert McRackan <[email protected]>")
source_amd64=("https://github.com/rmcrackan/Libation/releases/download/v${pkgver}/Libation.${pkgver}-linux-chardonnay-amd64.deb")
source_arm64=("https://github.com/rmcrackan/Libation/releases/download/v${pkgver}/Libation.${pkgver}-linux-chardonnay-arm64.deb")
sha256sum_amd64="853fbcaa02c54c287aa60d5661c9d1e062dfa359805855c9bead352be48e533d"
sha256sum_arm64="733d4e2533cd19b8dce64fe0842f3084da10fab6876bc3c7a13a068a08bcd6b7"
arch=('arm64' 'amd64')
16 changes: 16 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -6821,6 +6821,22 @@ pkgbase = libaquamarine-bin

pkgname = libaquamarine-bin
---
pkgbase = libation-deb
gives = libation
pkgver = 12.8.2
pkgdesc = Free and open source app to manage your Audible books
arch = arm64
arch = amd64
breaks = libation
breaks = libation-git
breaks = libation-bin
breaks = libation-app
maintainer = Robert McRackan <[email protected]>
source_arm64 = https://github.com/rmcrackan/Libation/releases/download/v12.8.2/Libation.12.8.2-linux-chardonnay-arm64.deb
source_amd64 = https://github.com/rmcrackan/Libation/releases/download/v12.8.2/Libation.12.8.2-linux-chardonnay-amd64.deb

pkgname = libation-deb
---
pkgbase = libcamera-git
gives = libcamera
pkgver = 0.1.0
Expand Down
Loading