pkgname=corruptme
pkgver=1.0
pkgrel=1
pkgdesc="I'm so easily corrupted!"
arch=(i686 x86_64)
license=('GPL')

build() {
  # Shouldn't matter, this shouldn't get installed
  echo "W T F" > "$pkgdir/THIS_SHOULDNT_BE_HERE"
}
