diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:52:25 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:52:25 +0800 |
| commit | 610f3f464073374a158e8d78dd85f88b4e8b0581 (patch) | |
| tree | cd475c3559df094057fc20ad662cc2af3630d8eb /repos/xorg/lxmenu-data/abuild | |
| parent | 6a26b7ec2ba15672ae59ed958107d7843397a033 (diff) | |
| download | alicelinux-610f3f464073374a158e8d78dd85f88b4e8b0581.tar.gz alicelinux-610f3f464073374a158e8d78dd85f88b4e8b0581.zip | |
lxmenu-data: updated to 0.1.6
Diffstat (limited to 'repos/xorg/lxmenu-data/abuild')
| -rw-r--r-- | repos/xorg/lxmenu-data/abuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/repos/xorg/lxmenu-data/abuild b/repos/xorg/lxmenu-data/abuild index 4fb5082b..72fd1ffe 100644 --- a/repos/xorg/lxmenu-data/abuild +++ b/repos/xorg/lxmenu-data/abuild @@ -1,4 +1,8 @@ name=lxmenu-data -version=0.1.5 +version=0.1.6 release=1 -source="https://downloads.sourceforge.net/lxde/$name-$version.tar.xz" +source="https://github.com/lxde/${name}/archive/${version}/${name}-${version}.tar.gz" + +prebuild() { + autoreconf -fi +} |