Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / deepin-draw
Commits: 7d2d30fe by Felix Yan at 2023-08-10T03:19:22+03:00 upgpkg: 6.0.6-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,17 +1,18 @@ # Maintainer: Felix Yan <[email protected]> pkgname=deepin-draw -pkgver=6.0.1 -pkgrel=3 +pkgver=6.0.6 +pkgrel=1 pkgdesc="A lightweight drawing tool for Linux Deepin" arch=('x86_64') url="https://github.com/linuxdeepin/deepin-draw" license=('GPL3') -depends=('deepin-picker' 'deepin-qt5integration' 'adobe-source-han-sans-otc-fonts') +depends=('deepin-qt5integration' 'dtkcore' 'dtkgui' 'dtkwidget' 'qt5-base' 'qt5-svg' + 'gcc-libs' 'deepin-picker' 'adobe-source-han-sans-otc-fonts') makedepends=('cmake' 'qt5-tools') groups=('deepin-extra') -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz") -sha512sums=('a25138614a9eba488729e9dd36d56a1c2ae3088baccfeb41ef61bc5a621da774ce6cfa29785c781b9dabb0b5d263cfde7c0caf820401c7dbf65456b8a1b0f252') +source=("https://github.com/linuxdeepin/deepin-draw/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('f5e0c2f1f2f5f4e171e3252c5a1fd2ddbca62de7b0b68080aa5f5a743207f49032088c636c3ca06f59cce6f0c41bc6b968e483136ed08bf283dd7fe22c53c4c3') prepare() { cd deepin-draw-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/7d2d30fef7822daaa0c5eafe4ccabf9e178fad16 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/7d2d30fef7822daaa0c5eafe4ccabf9e178fad16 You're receiving this email because of your account on gitlab.archlinux.org.
