summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122021-09-14 22:50:03 +0700
committerDanct122021-09-14 22:50:18 +0700
commit01e7717d576cd9e12484168e7e0447100dcb1854 (patch)
treec4d1fc257b36d403b91c1cc39c498bf3abbee02f
parent56e2594ea7c5ab259737066f72b162773e687a64 (diff)
downloadaur-01e7717d576cd9e12484168e7e0447100dcb1854.tar.gz
update license
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddfa14ec9a7e..2a3e80038579 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = waydroid-image
arch = i686
arch = armv7h
arch = aarch64
+ license = Apache
makedepends = unzip
depends = waydroid
source_x86_64 = https://sourceforge.net/projects/waydroid/files/images/system/lineage/waydroid_x86_64/lineage-17.1-20210913-VANILLA-waydroid_x86_64-system.zip
diff --git a/PKGBUILD b/PKGBUILD
index af2422944048..8421f710662f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgver="${_pkgver_images_system//-/_}"
pkgrel=1
pkgdesc="A container-based approach to boot a full Android system on a regular Linux system (Android image)"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+license=('Apache')
url='https://github.com/waydroid'
depends=('waydroid')
makedepends=('unzip')