summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-29 16:10:50 +0800
committerjustforlxz2022-12-29 16:10:50 +0800
commitb8f75374729dd9389670accc4679247540d1bd85 (patch)
treeeee430ab5b2c4eabbdbac34a9e501e84946142d5
parent56f52b788eb1d3504f28092b1fbe16405b492ee1 (diff)
downloadaur-b8f75374729dd9389670accc4679247540d1bd85.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 753c1accd349..ffc74f1599c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = deepin-sound-theme-git
pkgdesc = Deepin sound theme
- pkgver = 15.10.6.r2.ge3aa7fb
+ pkgver = 15.10.6.r16.g20bbb53
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-sound-theme
arch = any
groups = deepin-git
license = GPL3
makedepends = git
+ provides = deepin-sound-theme
conflicts = deepin-artwork
conflicts = deepin-sound-theme
source = deepin-sound-theme-git::git+https://github.com/linuxdeepin/deepin-sound-theme/
diff --git a/PKGBUILD b/PKGBUILD
index ad71e50f37f9..b854d12dcd35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: justforlxz <justforlxz@gmail.com>
pkgname=deepin-sound-theme-git
-pkgver=15.10.6.r2.ge3aa7fb
+pkgver=15.10.6.r16.g20bbb53
pkgrel=1
pkgdesc="Deepin sound theme"
arch=('any')
@@ -10,6 +10,7 @@ makedepends=('git')
license=('GPL3')
groups=('deepin-git')
conflicts=('deepin-artwork' 'deepin-sound-theme')
+provides=('deepin-sound-theme')
source=("$pkgname::git+https://github.com/linuxdeepin/deepin-sound-theme/")
sha512sums=('SKIP')
@@ -18,13 +19,6 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd $pkgname
- if [[ ! -z ${sha} ]];then
- git checkout -b $sha
- fi
-}
-
build() {
cd $pkgname
make