diff options
| author | kj-sh604 | 2025-06-18 11:51:42 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-06-18 11:51:42 -0400 |
| commit | 37acb3439a2543e6336b4f22602fae4d68d7287f (patch) | |
| tree | 435c839c8cc8ae38622ec4e6960cfbb1fb7f3196 | |
| parent | df931a164313a32352f377daac2daf0980c7231b (diff) | |
kj-gitbot: simple-scan-3.12-bin/PKGBUILD
| -rw-r--r-- | simple-scan-3.12-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simple-scan-3.12-bin/PKGBUILD b/simple-scan-3.12-bin/PKGBUILD index f546cb5..7c97496 100644 --- a/simple-scan-3.12-bin/PKGBUILD +++ b/simple-scan-3.12-bin/PKGBUILD @@ -22,12 +22,12 @@ makedepends=( provides=('simple-scan') conflicts=('simple-scan') source=( - "simple-scan-${pkgver}-2-x86_64.pkg.tar.xz::https://archive.org/download/archlinux_pkg_simple-scan/simple-scan-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz" + "${pkgname%-3.12-bin}-${pkgver}-${pkgrel}-${arch}.pkg.tar.xz::https://archive.org/download/archlinux_pkg_simple-scan/${pkgname%-3.12-bin}-${pkgver}-${pkgrel}-${arch}.pkg.tar.xz" ) sha256sums=('fd1738aa918bb595726e1aa2b1913fef216f48db10a52fe7d50a5faa9cb448d9') prepare() { - tar --pax-option=delete=SCHILY.fflags -xJf "${srcdir}/${pkgname%-3.12-bin}-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz" -C "${srcdir}" + tar --pax-option=delete=SCHILY.fflags -xJf "${srcdir}/${pkgname%-3.12-bin}-${pkgver}-${pkgrel}-${arch}.pkg.tar.xz" -C "${srcdir}" } package() { |
