mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 00:47:15 +08:00
Applied changes from testing.
This commit is contained in:
parent
5683ce3fbf
commit
a3234b2580
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd $1
|
||||
../makepkg -sr
|
||||
rm -r pkg src *.pkg.*
|
||||
../makepkg -sr --noconfirm
|
||||
rm -rf pkg src *.pkg.*
|
||||
cd ..
|
||||
|
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=lastfmsubmitd
|
||||
pkgver=1.0.6
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A Last.fm 'plugin' client for MPD, implemented in Python."
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.red-bean.com/~decklin/software/lastfmsubmitd/"
|
||||
|
Loading…
Reference in New Issue
Block a user