summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0b2e85eee8c100ee0f8edc47c3abe49e21a2e7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Maintainer:

_newpkg='phosh-git'
pkgname='phosh-next'
pkgver=0.0.1
pkgrel=1
pkgdesc="metapackage - migrate to $_newpkg"
arch=('any')

package() {
  depends=("$_newpkg")
}