summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2022-12-29 17:31:38 +0800
committerjustforlxz2022-12-29 17:31:38 +0800
commit33a6e721c9892870e35ec4888eba3bed3e504413 (patch)
treea8f18814eec2e89350943efbef10f2d39431bdbb
parentad4b164e499e0728a2cbae9ff1606f0955d24d72 (diff)
downloadaur-deepin-account-faces-git.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eacb2e63e39..7eb72475ba27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = deepin-account-faces-git
pkgdesc = Account faces for Linux Deepin
- pkgver = 1.0.12.r2.gde4f407
+ pkgver = 1.0.12.1.r18.g9a65eb8
pkgrel = 1
url = https://github.com/linuxdeepin/dde-account-faces
arch = any
license = GPL3
makedepends = git
- conflicts = dde-account-faces
- replaces = dde-account-faces
+ provides = deepin-account-faces
+ conflicts = deepin-account-faces
source = deepin-account-faces-git::git+https://github.com/linuxdeepin/dde-account-faces/
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2949b8e9483b..c1251a404231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: justforlxz <justforlxz@gmail.com>
pkgname=deepin-account-faces-git
-pkgver=1.0.12.r2.gde4f407
+pkgver=1.0.12.1.r18.g9a65eb8
pkgrel=1
pkgdesc='Account faces for Linux Deepin'
arch=('any')
license=('GPL3')
url="https://github.com/linuxdeepin/dde-account-faces"
makedepends=('git')
-conflicts=('dde-account-faces')
-replaces=('dde-account-faces')
+conflicts=('deepin-account-faces')
+provides=('deepin-account-faces')
group=('deepin-git')
source=("$pkgname::git+https://github.com/linuxdeepin/dde-account-faces/")
sha512sums=('SKIP')
@@ -19,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
-}
-
package() {
cd $pkgname
make DESTDIR="$pkgdir" install