Date: Monday, March 6, 2023 @ 19:13:24
Author: felixonmars
Revision: 1416119
archrelease: copy trunk to community-x86_64
Added:
smartdns/repos/community-x86_64/PKGBUILD
(from rev 1416118, smartdns/trunk/PKGBUILD)
Deleted:
smartdns/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-06 19:13:05 UTC (rev 1416118)
+++ PKGBUILD 2023-03-06 19:13:24 UTC (rev 1416119)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: zlowly <[email protected]>
-
-pkgname=smartdns
-pkgver=40
-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=('d792879b48d05edd016df5ee46eb105dcb21520b08a7d26e28ec1ad890c6a82e21468c717c3bc2fc13b38af12e8883e0007d93488a1549355941f190b175248b')
-
-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 1416118,
smartdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 19:13:24 UTC (rev 1416119)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: zlowly <[email protected]>
+
+pkgname=smartdns
+pkgver=41
+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=('85d8523f62f80533bdbdcaf3fd50e4b36cfb4898f8af6221cd06cae69fe9509d0a6a6f8ef4effee86c36caa5090f97d11b4fed4dabed66ad5d9b665f71247315')
+
+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
+}