diff options
author | Ramadan Ali (alicavus) | 2024-08-17 05:40:32 +0300 |
---|---|---|
committer | Ramadan Ali (alicavus) | 2024-08-17 05:40:32 +0300 |
commit | ca28405fbc0c781a89f716c6714430d598c94058 (patch) | |
tree | b254aee23256ec3cb0b925bd277e1890657fe96f | |
parent | 910ca0f29e2fe10095a30e41bc6a191536353868 (diff) | |
download | aur-ca28405fbc0c781a89f716c6714430d598c94058.tar.gz |
Version bump to 7.5.1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = naps2-bin pkgdesc = NAPS2 - Not Another PDF Scanner. Scan documents to PDF and more, as simply as possible. - pkgver = 7.5.0 + pkgver = 7.5.1 pkgrel = 1 url = https://www.naps2.com arch = aarch64 @@ -13,9 +13,9 @@ pkgbase = naps2-bin conflicts = naps2 options = !strip options = !debug - source_aarch64 = https://github.com/cyanfish/naps2/releases/download/v7.5.0/naps2-7.5.0-linux-arm64.rpm - b2sums_aarch64 = d3bae5f32867576a5d7d6589f9285cc82626f5f9a9b8cdbe6405ba7b5e0abb439248b0cfb41091f75130d71704f9024128423b893f5405cd11ee6cadc32d7f7f - source_x86_64 = https://github.com/cyanfish/naps2/releases/download/v7.5.0/naps2-7.5.0-linux-x64.rpm - b2sums_x86_64 = bd4216128473630dfd64e519fcc6e91ea98eb49818526f5bd4ff302f1f5e8fef1b5fe60e00b38730905773ae653324584bc29deb9bb584c8bd367195758ba473 + source_aarch64 = https://github.com/cyanfish/naps2/releases/download/v7.5.1/naps2-7.5.1-linux-arm64.rpm + b2sums_aarch64 = 58f1ab35b6c0730ef956923f51efe51ba7bc03ae62feb942e4033b2a5108f05edf633733689aebcdd26017a9dbfad48e87dacb891573ea899f2eedfe8b53631c + source_x86_64 = https://github.com/cyanfish/naps2/releases/download/v7.5.1/naps2-7.5.1-linux-x64.rpm + b2sums_x86_64 = 1e14b5052bcaa2c3dfcbef9e5ace3afd1dab5d1f59cdfe64951847fee475b648c7d63ec8ff3f8a74d8d30d05d0a0faae6a030cec94e133940e697e7e62742fc5 pkgname = naps2-bin @@ -3,7 +3,7 @@ # Contributor: jthvai pkgname=naps2-bin -pkgver=7.5.0 +pkgver=7.5.1 pkgrel=1 pkgdesc="NAPS2 - Not Another PDF Scanner. Scan documents to PDF and more, as simply as possible." arch=("aarch64" "x86_64") @@ -19,8 +19,8 @@ options=("!strip" "!debug") source_aarch64=("https://github.com/cyanfish/${pkgname%-bin}/releases/download/v$pkgver/${pkgname%-bin}-$pkgver-linux-arm64.rpm") source_x86_64=("https://github.com/cyanfish/${pkgname%-bin}/releases/download/v$pkgver/${pkgname%-bin}-$pkgver-linux-x64.rpm") -b2sums_aarch64=("d3bae5f32867576a5d7d6589f9285cc82626f5f9a9b8cdbe6405ba7b5e0abb439248b0cfb41091f75130d71704f9024128423b893f5405cd11ee6cadc32d7f7f") -b2sums_x86_64=("bd4216128473630dfd64e519fcc6e91ea98eb49818526f5bd4ff302f1f5e8fef1b5fe60e00b38730905773ae653324584bc29deb9bb584c8bd367195758ba473") +b2sums_aarch64=("58f1ab35b6c0730ef956923f51efe51ba7bc03ae62feb942e4033b2a5108f05edf633733689aebcdd26017a9dbfad48e87dacb891573ea899f2eedfe8b53631c") +b2sums_x86_64=("1e14b5052bcaa2c3dfcbef9e5ace3afd1dab5d1f59cdfe64951847fee475b648c7d63ec8ff3f8a74d8d30d05d0a0faae6a030cec94e133940e697e7e62742fc5") package() { rm -r "${srcdir}/usr/lib/.build-id" |