diff options
| -rw-r--r-- | deployments/archlinux/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployments/archlinux/PKGBUILD b/deployments/archlinux/PKGBUILD index 7996dcb..7ecbc60 100644 --- a/deployments/archlinux/PKGBUILD +++ b/deployments/archlinux/PKGBUILD @@ -5,10 +5,11 @@ pkgname=fwdsms pkgver=0.2.0 -pkgrel=1 +pkgrel=2 arch=(x86_64) url=https://github.com/gduchene/fwdsms license=(custom:ISC) +backup=(etc/${pkgname}.yaml) makedepends=(go) source=(git://github.com/gduchene/fwdsms.git#tag=v${pkgver}) sha256sums=(SKIP) |
