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

Felix Yan felixonmars at archlinux.org
Tue Sep 8 15:25:10 UTC 2020


    Date: Tuesday, September 8, 2020 @ 15:25:09
  Author: felixonmars
Revision: 701242

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-08 15:25:01 UTC (rev 701241)
+++ PKGBUILD	2020-09-08 15:25:09 UTC (rev 701242)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: zlowly <zlowly at gmail.com>
-
-pkgname=smartdns
-pkgver=32
-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=('a00dd90d2c80342ad1164daf12103999b618724f01d9ea66c5964f211365354697c3c64097a990c1e978f9a670c9589ddab36043e88ba653f97203749d274ea0')
-
-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 701241, smartdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-08 15:25:09 UTC (rev 701242)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: zlowly <zlowly at gmail.com>
+
+pkgname=smartdns
+pkgver=33
+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=('5b3dc48831ba356e626655de7b18fdfbcc0d5e5afce6f2bb592418d7e9a85fdccd9876da042eda85290d0bbf354d08666b00f91ef68f5535b1497e9bbe74eb38')
+
+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