Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/rxvt-unicode/PKGBUILD
blob: 65dfc88f451981637a0201d13038f6a1e7ef1bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
eval "$(
  declare -f package_rxvt-unicode | \
    sed '
      2 a arch=('"${arch[*]}"')
    '
  declare -f package_rxvt-unicode-terminfo | \
    sed '
      2 a arch=(any)
    '
)"

# temporary
source[0]="http://dist.schmorp.de/rxvt-unicode/Attic/${pkgname}-${pkgver}.tar.bz2"