diff --git a/.SRCINFO b/.SRCINFO index 9093a6c..3962ab8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,4 +1,4 @@ -pkgbase = abootimg-git +pkgbase = abootimg pkgdesc = A tool to read/write/update android boot images pkgver = r38.7e127fe pkgrel = 1 @@ -7,15 +7,15 @@ pkgbase = abootimg-git arch = x86_64 arch = arm arch = armv7h + arch = aarch64 license = GPL makedepends = git depends = util-linux depends = cpio - provides = abootimg - source = git+https://github.com/ggrandou/abootimg.git + provides = abootimg-git + source = git+https://gitea.classfun.cn:4443/mirrors/abootimg.git source = no-initrd.patch sha256sums = SKIP sha256sums = 5fe9400e71f1ade170c1e0e99f343881edca2022300c7e7a1d34d776c22cc126 -pkgname = abootimg-git - +pkgname = abootimg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e09147d --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +*.rej +*.orig +*.swp +*.save* +*.o +*.a +*.out +*.lib +*.obj +*.dll +*.so +*.exe +*.gch +*.plist +*.mo +*.gmo +*.fd +*.iso +*.img +*.img.* +*.qcow2 +*.vhd +*.vdi +*.vmdk +*.cpio +*.cpio.* +*.ttf +*.ttc +*.pcf +*.pcf.* +*.efi +*.pkg.tar.* +vgcore.* +/build* +initramfs*.* +initrd*.* +System.map* +/cmake-build-* +/.idea +/.vscode +/.cache +CMakeCache.txt +CMakeFiles +Makefile +cmake_install.cmake +node_modules +package.json +package-lock.json +fonts.scale +fonts.dir +/src +/pkg +/abootimg diff --git a/PKGBUILD b/PKGBUILD index 3ef45df..0b0a57b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,19 +1,20 @@ +# Maintainer: BigfootACA # Maintainer: Bailey Fox # Contributor: ajs124 < aur AT ajs124 DOT de > # Contributor: Benoit Favre # Contributor: Thomas Hebb -pkgname=abootimg-git +pkgname=abootimg pkgver=r38.7e127fe pkgrel=1 pkgdesc="A tool to read/write/update android boot images" -arch=('i686' 'x86_64' 'arm' 'armv7h') +arch=('i686' 'x86_64' 'arm' 'armv7h' 'aarch64') url="https://github.com/ggrandou/abootimg" license=('GPL') depends=('util-linux' 'cpio') makedepends=('git') -provides=('abootimg') -source=('git+https://github.com/ggrandou/abootimg.git' +provides=('abootimg-git') +source=('git+https://gitea.classfun.cn:4443/mirrors/abootimg.git' 'no-initrd.patch') sha256sums=('SKIP' '5fe9400e71f1ade170c1e0e99f343881edca2022300c7e7a1d34d776c22cc126')