[arch-commits] Commit in smartdns/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Aug 27 21:01:41 UTC 2020
Date: Thursday, August 27, 2020 @ 21:01:40
Author: felixonmars
Revision: 690009
archrelease: copy trunk to community-x86_64
Added:
smartdns/repos/community-x86_64/PKGBUILD
(from rev 690008, smartdns/trunk/PKGBUILD)
Deleted:
smartdns/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-27 21:01:22 UTC (rev 690008)
+++ PKGBUILD 2020-08-27 21:01:40 UTC (rev 690009)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: zlowly <zlowly at gmail.com>
-
-pkgname=smartdns
-pkgver=31
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz")
-sha512sums=('fd774714c2ef58bf7bb0d69fb7530cea4472e3b9bbe9371f174ce792be2f3ab26f9dc617f26ac8f07d13c5e08e5a5b3701e19bd11a36753f7d07936a00ebfe9d')
-
-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 690008, smartdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-27 21:01:40 UTC (rev 690009)
@@ -0,0 +1,27 @@
+# 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
+}
More information about the arch-commits
mailing list