summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12024-06-05 19:54:55 +0800
committerChocobo12024-06-05 19:54:55 +0800
commit4dfb336b704eb8b079958bbf48befbffae0c4b76 (patch)
treed2594faea797d1e3a8a20669f4e38d33c0f61f71
parentca84fe7046afce45e8ba1c97a42b18dea4cd0e5b (diff)
downloadaur-4dfb336b704eb8b079958bbf48befbffae0c4b76.tar.gz
upgpkg: bao 0.12.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c198cabbb131..14daae9627b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bao
pkgdesc = A verified streaming tool
pkgver = 0.12.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/oconnor663/bao
arch = i686
arch = x86_64
- license = Apache
- license = custom
+ license = Apache-2.0
+ license = CC0-1.0
makedepends = rust
depends = gcc-libs
source = bao-0.12.1.tar.gz::https://github.com/oconnor663/bao/archive/0.12.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 82294b3ff0f2..661eebee0a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=bao
pkgver=0.12.1
-pkgrel=1
+pkgrel=2
pkgdesc="A verified streaming tool"
arch=('i686' 'x86_64')
url="https://github.com/oconnor663/bao"
-license=('Apache' 'custom')
+license=('Apache-2.0' 'CC0-1.0')
depends=('gcc-libs')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::https://github.com/oconnor663/bao/archive/$pkgver.tar.gz")