blob: 780e04d899ad0f4f80d60aac5c0c1c7f8a4bef61 (
plain)
1
2
3
4
5
6
7
8
9
10
|
source:
github: 'xolox/python-humanfriendly'
format: 'archlinux'
script:
- sed -i "s|^pkgver.*|pkgver=$RELEASE_VERSION|" PKGBUILD
- cp "$RELEASE_FILE" $RELEASE_VERSION.tar.gz
- updpkgsums
- mksrcinfo
|