diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:57:13 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:57:13 +0800 |
| commit | 33155cec91f2551e375505dbda52370a1fbc7efa (patch) | |
| tree | 319fa92e0ad48d4f733ddfc7d037f96b9730f128 /repos/extra/pfetch/abuild | |
| parent | 8de952ff74a685d3d04684a400c6f35b80279084 (diff) | |
| download | alicelinux-33155cec91f2551e375505dbda52370a1fbc7efa.tar.gz alicelinux-33155cec91f2551e375505dbda52370a1fbc7efa.zip | |
pfetch: added patch support spm
Diffstat (limited to 'repos/extra/pfetch/abuild')
| -rw-r--r-- | repos/extra/pfetch/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/pfetch/abuild b/repos/extra/pfetch/abuild index 09faa5ab..33b0e286 100644 --- a/repos/extra/pfetch/abuild +++ b/repos/extra/pfetch/abuild @@ -1,7 +1,8 @@ name=pfetch version=0.6.0 -release=1 -source="https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz" +release=2 +source="https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz + spm-support.patch" build() { mkdir -p $PKG/usr/bin |