Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtkcommon


Commits:
b3728a32 by Felix Yan at 2024-04-28T04:43:47+00:00
upgpkg: 5.6.27-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = dtkcommon
        pkgdesc = DTK common files
-       pkgver = 5.6.26
+       pkgver = 5.6.27
        pkgrel = 1
        url = https://github.com/linuxdeepin/dtkcommon
        arch = any
        license = LGPL3
+       makedepends = git
        makedepends = cmake
        makedepends = ninja
        depends = dconf
-       source = 
https://github.com/linuxdeepin/dtkcommon/archive/5.6.26/dtkcommon-5.6.26.tar.gz
-       sha512sums = 
90bed6e1ff867b4c3751ec5a1574f73d6e55b1ed3969a6737a12ab404841244318952c0c4654cbcc0eba9b9d0a91a9a575f1acc4e98b516554c077d694d816dd
+       source = git+https://github.com/linuxdeepin/dtkcommon.git#tag=5.6.27
+       sha512sums = 
f964a0287bb52973f01e1cd25e8a19712d74cb4e85450a25cc2b84d9ad17daccdf766bbd5f96c49fab99b9c6acf862091ef6213f31b3373c0ed46f7e1dd5b86e
 
 pkgname = dtkcommon


=====================================
PKGBUILD
=====================================
@@ -1,19 +1,19 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=dtkcommon
-pkgver=5.6.26
+pkgver=5.6.27
 pkgrel=1
 pkgdesc='DTK common files'
 arch=('any')
 url="https://github.com/linuxdeepin/dtkcommon";
 license=('LGPL3')
 depends=('dconf')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/linuxdeepin/dtkcommon/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('90bed6e1ff867b4c3751ec5a1574f73d6e55b1ed3969a6737a12ab404841244318952c0c4654cbcc0eba9b9d0a91a9a575f1acc4e98b516554c077d694d816dd')
+makedepends=('git' 'cmake' 'ninja')
+source=("git+https://github.com/linuxdeepin/dtkcommon.git#tag=$pkgver";)
+sha512sums=('f964a0287bb52973f01e1cd25e8a19712d74cb4e85450a25cc2b84d9ad17daccdf766bbd5f96c49fab99b9c6acf862091ef6213f31b3373c0ed46f7e1dd5b86e')
 
 build() {
-  cd dtkcommon-$pkgver
+  cd dtkcommon
   cmake . -GNinja \
     -DCMAKE_INSTALL_LIBDIR=/usr/lib \
     -DCMAKE_INSTALL_PREFIX=/usr  \
@@ -22,6 +22,6 @@ build() {
 }
 
 package() {
-  cd dtkcommon-$pkgver
+  cd dtkcommon
   DESTDIR="$pkgdir" ninja install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtkcommon/-/commit/b3728a32f2a44442c983439630424c03a6ad60d8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtkcommon/-/commit/b3728a32f2a44442c983439630424c03a6ad60d8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to