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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 18 22:16:05 UTC 2022


    Date: Thursday, August 18, 2022 @ 22:16:04
  Author: felixonmars
Revision: 1269366

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 22:15:51 UTC (rev 1269365)
+++ PKGBUILD	2022-08-18 22:16:04 UTC (rev 1269366)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: zlowly <zlowly at gmail.com>
-
-pkgname=smartdns
-pkgver=37
-pkgrel=2
-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=('gcc-libs' 'openssl')
-makedepends=('systemd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz")
-sha512sums=('469c0d8ed382dce11abc6ac82cc7cff4f88194bac5d32b51afd6c7be10452f20d00eed0e296aac57073ad6624c6441c24d89bc304b3e3c706b214c1a019b9bd8')
-
-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 1269365, smartdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 22:16:04 UTC (rev 1269366)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: zlowly <zlowly at gmail.com>
+
+pkgname=smartdns
+pkgver=37.1
+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=('gcc-libs' 'openssl')
+makedepends=('systemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz")
+sha512sums=('ce3481c095b22546061f29920cf9c18da62d946fbaf214ab78f186fe081b501aa6776db1356c3a9b41b1d1815ddce05ce7a0fa7ecfd621a3882d009aa836587b')
+
+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