diff options
author | Maikel Wever | 2017-09-29 13:58:36 +0200 |
---|---|---|
committer | Maikel Wever | 2017-09-29 13:58:36 +0200 |
commit | ea20b82cb6cfab6532a14547b37dc59e89e07d92 (patch) | |
tree | bc8cf77bf78b4214cbdba2bfa0bba4a0c534f22a | |
parent | ee6d949a185f97702e5debfb12a8023ad87d19fd (diff) | |
download | aur-ea20b82cb6cfab6532a14547b37dc59e89e07d92.tar.gz |
Add autoupdate file
-rw-r--r-- | .autoupdate.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.autoupdate.yml b/.autoupdate.yml new file mode 100644 index 000000000000..408ee8244715 --- /dev/null +++ b/.autoupdate.yml @@ -0,0 +1,10 @@ +source: + github: 'xolox/python-verboselogs' + +format: 'archlinux' + +script: + - sed -i "s|^pkgver.*|pkgver=$RELEASE_VERSION|" PKGBUILD + - cp "$RELEASE_FILE" $RELEASE_VERSION.tar.gz + - updpkgsums + - mksrcinfo |