aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-07-10 21:52:41 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-07-10 21:52:41 +0100
commitc53bef9da61c3b7972413489e48ebac6c8b06710 (patch)
tree0190fee95b38245995342b96d13f60da5ff2c178
parent3995a5f5677a3f911d57a8808d7aca8cd57a5821 (diff)
Bump PKGBUILD version to v0.3.0
-rw-r--r--archlinux/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD
index 5e9489b..86d5d3d 100644
--- a/archlinux/PKGBUILD
+++ b/archlinux/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Grégoire Duchêne <gduchene@awhk.org>
pkgname=fwdsms
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
arch=(x86_64)
url=https://github.com/gduchene/fwdsms
@@ -24,5 +24,6 @@ package() {
install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
install -Dm644 config_example.yaml ${pkgdir}/etc/${pkgname}.yaml
install -Dm644 systemd/${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+ install -Dm644 systemd/${pkgname}.socket ${pkgdir}/usr/lib/systemd/system/${pkgname}.socket
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}