summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2023-05-10 18:25:03 +0200
committerS Garnica2023-05-10 18:25:03 +0200
commitf5876e198c787ed8d57889df68674a1e4e173277 (patch)
tree9643f8324549eb69fda3e38dbc017095b7794fe0 /PKGBUILD
parente90a133498a6b5e9845dca12caf526758152d98a (diff)
downloadaur-f5876e198c787ed8d57889df68674a1e4e173277.tar.gz
Update to README.rst, thanks nfs for the heads up
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c20c5508fb50..7d55f54d2001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Étienne Deparis <etienne [at] depar.is>
pkgname=galileo-dev
-pkgver=0.5.1.r125.g42efa16
+pkgver=0.5.1.r128.g1f62d5d
pkgrel=1
pkgdesc='Utility to securely synchronize a Fitbit tracker with the Fitbit server. Development version, which supports synchronization without dongle, through bluetooth (experimental)'
license=('LGPL3')
@@ -28,6 +28,7 @@ prepare() {
sed -i 's/logging: verbose/logging: quiet # quiet is default/' galileorc.sample
sed -i "26,35s/^\(.*\)$/\#\1/" galileorc.sample
sed -i "s|/etc/galileorc|/etc/galileo/config|" contrib/galileo.service
+ sed -i "s|README.txt|README.rst|" setup.py
}
package(){
@@ -44,5 +45,5 @@ package(){
install -D -m644 contrib/galileo.service $pkgdir/usr/lib/systemd/user/galileo.service
install -D -m644 CHANGES $pkgdir/usr/share/doc/$pkgname/CHANGES
- install -D -m644 README.txt $pkgdir/usr/share/doc/$pkgname/README
+ install -D -m644 README.rst $pkgdir/usr/share/doc/$pkgname/README
}