[arch-commits] Commit in deepin-anything-arch/repos/community-testing-x86_64 (2 files)
Jan Steffens
heftig at archlinux.org
Wed Mar 25 19:22:54 UTC 2020
Date: Wednesday, March 25, 2020 @ 19:22:53
Author: heftig
Revision: 604372
archrelease: copy trunk to community-testing-x86_64
Added:
deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 604366, deepin-anything-arch/trunk/PKGBUILD)
Deleted:
deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-25 19:22:52 UTC (rev 604371)
+++ PKGBUILD 2020-03-25 19:22:53 UTC (rev 604372)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-anything-arch
-pkgver=5.0.1
-pkgrel=61
-pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything"
-license=('GPL3')
-makedepends=('linux-headers')
-provides=('DEEPIN-ANYTHING-MODULE')
-replaces=('deepin-anything-module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz")
-sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
-
-build() {
- cd deepin-anything-$pkgver
- make -C kernelmod kdir=/usr/src/linux
-}
-
-package() {
- depends=('linux')
-
- cd deepin-anything-$pkgver
- local extradir=/usr/lib/modules/$(</usr/src/linux/version)/extramodules
- install -Dt "$pkgdir$extradir" -m644 kernelmod/*.ko
- find "$pkgdir" -name '*.ko' -exec xz {} +
-}
Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 604366, deepin-anything-arch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-25 19:22:53 UTC (rev 604372)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=62
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything"
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz")
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+ cd deepin-anything-$pkgver
+ make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+ depends=('linux')
+
+ cd deepin-anything-$pkgver
+ local extradir=/usr/lib/modules/$(</usr/src/linux/version)/extramodules
+ install -Dt "$pkgdir$extradir" -m644 kernelmod/*.ko
+ find "$pkgdir" -name '*.ko' -exec xz {} +
+}
More information about the arch-commits
mailing list