diff options
author | justforlxz | 2022-03-20 01:26:27 +0800 |
---|---|---|
committer | justforlxz | 2022-03-20 01:26:27 +0800 |
commit | d5c4a082eafb25ffd1ea2e0acf6be2a79f3ccd78 (patch) | |
tree | 46cff5704ee25b611805e397e57b73ea306b1bb9 /PKGBUILD | |
parent | 364318beb167ce8999a8f6ff0b4c980f1a960654 (diff) | |
download | aur-d5c4a082eafb25ffd1ea2e0acf6be2a79f3ccd78.tar.gz |
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,10 +1,10 @@ # Maintainer: justforlxz <justforlxz@gmail.com> pkgname=startdde-git -pkgver=5.8.22.r112.ga7a2b88 +pkgver=5.8.22.r118.gb7faac1 pkgrel=1 pkgdesc="starter of deepin desktop environment" -arch=('x86_64') +arch=('x86_64' 'aarch64') url="https://github.com/linuxdeepin/startdde" license=('GPL3') depends=('libgnome-keyring') @@ -17,7 +17,7 @@ optdepends=('deepin-wm: Legacy 3D window manager' provides=('startdde') conflicts=('startdde') groups=('deepin-git') -source=("$pkgname::git://github.com/linuxdeepin/startdde") +source=("$pkgname::git+https://github.com/linuxdeepin/startdde") sha512sums=('SKIP') pkgver() { @@ -26,6 +26,10 @@ pkgver() { } prepare() { + cd $pkgname + if [[ ! -z ${sha} ]];then + git checkout -b $sha + fi export GOPATH="$srcdir/build:/usr/share/gocode" export GO111MODULE=off go get -v github.com/cryptix/wav |