Skip to content
Merged
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
11 changes: 5 additions & 6 deletions packages/naps2-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
pkgbase = naps2-deb
gives = naps2
pkgver = 8.2.1
pkgver = 8.3.2
pkgdesc = NAPS2 is a document scanning application with a focus on simplicity and ease of use
arch = arm64
arch = amd64
depends = libsane1
maintainer = vbrabandt2005 <vbrabandt@proton.me>
repology = project: naps2
source_arm64 = https://github.com/cyanfish/naps2/releases/download/v8.2.1/naps2-8.2.1-linux-arm64.deb
sha256sums_arm64 = 357593e5da1562f21f7601b79b0060548b821849e797e3908b812fb14ac6c807
source_amd64 = https://github.com/cyanfish/naps2/releases/download/v8.2.1/naps2-8.2.1-linux-x64.deb
sha256sums_amd64 = 8e23c4a6d7f0b75512459cc29a639ec395355f222375291ed674525c7c9cd4b7
source_arm64 = https://github.com/cyanfish/naps2/releases/download/v8.3.2/naps2-8.3.2-linux-arm64.deb
sha256sums_arm64 = 8a39330f466eff4630054b790c732ee44f661a9d71619926a0caf542729f0544
source_amd64 = https://github.com/cyanfish/naps2/releases/download/v8.3.2/naps2-8.3.2-linux-x64.deb
sha256sums_amd64 = fd653b1caea6d076d19a3dcaa14e9f1091ae9267ac84c0379d4766f4a339fe12

pkgname = naps2-deb
7 changes: 3 additions & 4 deletions packages/naps2-deb/naps2-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ pkgname="naps2-deb"
gives="naps2"
depends=("libsane1")
repology=("project: ${gives}")
pkgver="8.2.1"
pkgver="8.3.2"
arch=('arm64' 'amd64')
sha256sums_arm64=("357593e5da1562f21f7601b79b0060548b821849e797e3908b812fb14ac6c807")
sha256sums_arm64=("8a39330f466eff4630054b790c732ee44f661a9d71619926a0caf542729f0544")
source_arm64=("https://github.com/cyanfish/${gives}/releases/download/v${pkgver}/${gives}-${pkgver}-linux-arm64.deb")
sha256sums_amd64=("8e23c4a6d7f0b75512459cc29a639ec395355f222375291ed674525c7c9cd4b7")
sha256sums_amd64=("fd653b1caea6d076d19a3dcaa14e9f1091ae9267ac84c0379d4766f4a339fe12")
source_amd64=("https://github.com/cyanfish/${gives}/releases/download/v${pkgver}/${gives}-${pkgver}-linux-x64.deb")
pkgdesc="NAPS2 is a document scanning application with a focus on simplicity and ease of use"
maintainer=("vbrabandt2005 <vbrabandt@proton.me>")
11 changes: 5 additions & 6 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -10055,17 +10055,16 @@ pkgname = nano
---
pkgbase = naps2-deb
gives = naps2
pkgver = 8.2.1
pkgver = 8.3.2
pkgdesc = NAPS2 is a document scanning application with a focus on simplicity and ease of use
arch = arm64
arch = amd64
depends = libsane1
maintainer = vbrabandt2005 <vbrabandt@proton.me>
repology = project: naps2
source_arm64 = https://github.com/cyanfish/naps2/releases/download/v8.2.1/naps2-8.2.1-linux-arm64.deb
sha256sums_arm64 = 357593e5da1562f21f7601b79b0060548b821849e797e3908b812fb14ac6c807
source_amd64 = https://github.com/cyanfish/naps2/releases/download/v8.2.1/naps2-8.2.1-linux-x64.deb
sha256sums_amd64 = 8e23c4a6d7f0b75512459cc29a639ec395355f222375291ed674525c7c9cd4b7
source_arm64 = https://github.com/cyanfish/naps2/releases/download/v8.3.2/naps2-8.3.2-linux-arm64.deb
sha256sums_arm64 = 8a39330f466eff4630054b790c732ee44f661a9d71619926a0caf542729f0544
source_amd64 = https://github.com/cyanfish/naps2/releases/download/v8.3.2/naps2-8.3.2-linux-x64.deb
sha256sums_amd64 = fd653b1caea6d076d19a3dcaa14e9f1091ae9267ac84c0379d4766f4a339fe12

pkgname = naps2-deb
---
Expand Down