[arch-commits] Commit in smartdns/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 27 18:13:43 UTC 2021


    Date: Friday, August 27, 2021 @ 18:13:43
  Author: felixonmars
Revision: 1007401

archrelease: copy trunk to community-x86_64

Added:
  smartdns/repos/community-x86_64/PKGBUILD
    (from rev 1007400, smartdns/trunk/PKGBUILD)
Deleted:
  smartdns/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-27 18:13:35 UTC (rev 1007400)
+++ PKGBUILD	2021-08-27 18:13:43 UTC (rev 1007401)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: zlowly <zlowly at gmail.com>
-
-pkgname=smartdns
-pkgver=34
-pkgrel=1
-pkgdesc="A local DNS server to obtain the fastest website IP for the best Internet experience"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/pymumu/smartdns"
-backup=("etc/smartdns/smartdns.conf")
-depends=('openssl')
-makedepends=('systemd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz")
-sha512sums=('05e6c0c28a76d2f7d327cb0725a8e89d4db7bb5519a6d381680c1b01e75f98a8777b718e6a6c27a864c3f4f3dc90c2bbd9946ed78f2c64bd3f49b67477ae26e0')
-
-build() {
-  cd smartdns-Release$pkgver/src
-  make
-}
-
-package() {
-  cd smartdns-Release$pkgver
-  make DESTDIR="$pkgdir" RUNSTATEDIR=/run SBINDIR=/usr/bin install
-
-  rm -r "$pkgdir"/etc/init.d
-}

Copied: smartdns/repos/community-x86_64/PKGBUILD (from rev 1007400, smartdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-27 18:13:43 UTC (rev 1007401)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: zlowly <zlowly at gmail.com>
+
+pkgname=smartdns
+pkgver=35
+pkgrel=1
+pkgdesc="A local DNS server to obtain the fastest website IP for the best Internet experience"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/pymumu/smartdns"
+backup=("etc/smartdns/smartdns.conf")
+depends=('openssl')
+makedepends=('systemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz")
+sha512sums=('8461c0f432bda7bb5fbe98cd7268b3adb5a2452b169473ba3e0a55a44f212e47bac364f0f66babdc197a921dd6d26273be9a105a89bf725112b0389b4df172d6')
+
+build() {
+  cd smartdns-Release$pkgver/src
+  make
+}
+
+package() {
+  cd smartdns-Release$pkgver
+  make DESTDIR="$pkgdir" RUNSTATEDIR=/run SBINDIR=/usr/bin install
+
+  rm -r "$pkgdir"/etc/init.d
+}



More information about the arch-commits mailing list