summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Hamblin2023-10-30 01:28:19 -0600
committerBobby Hamblin2023-10-30 01:28:19 -0600
commit59eeae20e2b3dc5acafe4b7d659576a54bcc6401 (patch)
tree67f7eb646484803a3de419010576ee7713146925
parentf3b3b2d1b685a685f18ab8bfc80efeaf81fc043e (diff)
downloadaur-59eeae20e2b3dc5acafe4b7d659576a54bcc6401.tar.gz
upgrade to 0.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c50c5e775ea..795883351584 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libweb
pkgdesc = A simple and lightweight web framework
pkgver = 0.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://gitea.privatedns.org/xavi/libweb
arch = i686
arch = x86_64
arch = arm
arch = aarch64
- license = GPL3
+ license = AGPL2
makedepends = dynstr
- source = libweb-0.1.0.tar.gz::https://gitea.privatedns.org/xavi/libweb/archive/v0.1.0-rc6.tar.gz
+ source = libweb-0.1.0.tar.gz::https://gitea.privatedns.org/xavi/libweb/archive/v0.1.0.tar.gz
sha512sums = 93d80463ae525407f6089cf9a45522070eb3c754e50ded16e2a3d5de1599107d7fa01b6f82f5fabdf5257faa82f0321b6ccd89da7b5725b925e1ef5492af6cde
pkgname = libweb
diff --git a/PKGBUILD b/PKGBUILD
index 2a600da8d7f2..12067a331d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Robert Hamblin <hamblingreen@hotmail.com>
pkgname=libweb
pkgver=0.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A simple and lightweight web framework"
arch=('i686' 'x86_64' 'arm' 'aarch64')
url="https://gitea.privatedns.org/xavi/libweb"
-license=('GPL3')
+license=('AGPL2')
makedepends=('dynstr')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver-rc6.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('93d80463ae525407f6089cf9a45522070eb3c754e50ded16e2a3d5de1599107d7fa01b6f82f5fabdf5257faa82f0321b6ccd89da7b5725b925e1ef5492af6cde')
build() {