Date: Monday, September 26, 2022 @ 15:34:18
  Author: felixonmars
Revision: 1311499

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 15:33:54 UTC (rev 1311498)
+++ PKGBUILD    2022-09-26 15:34:18 UTC (rev 1311499)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: zlowly <[email protected]>
-
-pkgname=smartdns
-pkgver=37.2
-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";
-        
$pkgname-capability.patch::https://github.com/pymumu/smartdns/commit/1640e9e6a161bcdd9c3fd704f9047dcf3b259aee.patch)
-sha512sums=('16276cc2d1922e6f8657aa86a7bfe6b05d35cd0663bb6934620b5cc45db614594341cc6fa3acfa7d3d59fdd262b56f3bdc0839d97ffde6540c05c54d5c7a40d8'
-            
'd357532ccef3a0686eac483f4d609cca4ea7a25d399c883d6864d2dea8f12c6afeb795e2d39e9bfff5d54d97882428f381893b68a8d8e885ab27ae01d3b685ad')
-
-prepare() {
-  patch -d smartdns-Release$pkgver -p1 < $pkgname-capability.patch
-}
-
-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 1311498, 
smartdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-26 15:34:18 UTC (rev 1311499)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: zlowly <[email protected]>
+
+pkgname=smartdns
+pkgver=38
+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=('d3421a6b22a22a11316289cfb5102c224b81decf89fd802a6281d7686f72e7ee3fffb5de569d4e09a01b8e9d8f6a5114afc709b90965847fa24fd4579316a80b')
+
+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
+}

Reply via email to