[arch-commits] Commit in deepin-anything/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 26 05:22:50 UTC 2018


    Date: Thursday, July 26, 2018 @ 05:22:49
  Author: felixonmars
Revision: 363454

upgpkg: deepin-anything 0.0.2-1

Modified:
  deepin-anything/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 03:51:22 UTC (rev 363453)
+++ PKGBUILD	2018-07-26 05:22:49 UTC (rev 363454)
@@ -2,22 +2,20 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=deepin-anything
-pkgver=0.0.1
-pkgrel=2
+pkgver=0.0.2
+pkgrel=1
 pkgdesc="Deepin Anything file search tool"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything"
 license=('GPL3')
-depends=('dkms')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz"
-        linux-4.17.patch)
-sha512sums=('6a210f2b3797647b0bf280ecd97b2d71ff6c882d9cd8d8daadf141b2125c5ade3af4f27086be3c6e68e3f823c0acb4753afbbadcee2cf82b0d18559409b7d64d'
-            'fe951583cf18401eef4b8f85c1113dee9de50633da059ad9e0f8f887c9cd8c4a80998bc16d66438efe7ccf8ca524426bf980aa00e4c4b840d1ced10c72da32c9')
+depends=('dkms' 'qt5-base')
+groups=('deepin' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz")
+sha512sums=('90ebd80800e09f2f110d3b40472615fe82cbcdda48b8d71bfdf17691d63bfc74fc3eb4779920e94fd7292b086aafdf905a9405456d50210b6270ce1a92ec8090')
 
 prepare() {
   cd deepin-anything-$pkgver
-  patch -p1 -i ../linux-4.17.patch
+  sed -i 's|^systemd_service.path.*|systemd_service.path = /usr/lib/systemd/system|' server/src/src.pro
 }
 
 build() {



More information about the arch-commits mailing list