summaryrefslogtreecommitdiff
path: root/extra/archiso/PKGBUILD
blob: 4afe81d647a6a22e1667fc8834e7fe730d0fabe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# we override almost everything

pkgver=34
pkgrel=1
license=('GPL')
url='https://git.archlinux32.org/archlinux32/archiso32'
source=("$pkgname-$pkgver.tar.gz::https://git.archlinux32.org/archlinux32/${pkgname}32/archive/i686-v${pkgver}.tar.gz")
unset sha256sums
sha512sums=('88439b6cbdc24a330a2d95227ce60e8a7f5d50a081ed688ebae1f9292196c9036da8570264100504f6799b90977e43adc840668c3385f14ef93c41cba28b6d33')
unset validpgpkeys

eval "$(
  declare -f prepare build check package | \
    sed '
      s/\(\${pkgname}\)-\${pkgver}/\132/
    '
)"