summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-07-08 19:28:49 +0800
committertaotieren2022-07-08 19:28:49 +0800
commit7e16b2f1260dd230c086e810b46d8eb5d9a70818 (patch)
tree7b6da7434cdacf5ec24cdd5dd307ce3186a9b9d7
parentf07892f7ba17c2bd28608a2732eed62bba8b2641 (diff)
downloadaur-7e16b2f1260dd230c086e810b46d8eb5d9a70818.tar.gz
Update provides=('sunxi-livesuite-dkms')
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b26b81462e..816c13e4bb1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = sunxi-livesuite-git
pkgver = 1a0b52a
- pkgrel = 2
+ pkgrel = 4
url = https://github.com/linux-sunxi/sunxi-livesuite
arch = x86_64
arch = i686
groups = sunxi-livesuite-git
license = GPLv2
makedepends = git
+ provides = sunxi-livesuite-dkms
conflicts = sunxi-livesuite-git
conflicts = sunxi-livesuite
options = !strip
@@ -18,6 +19,7 @@ pkgbase = sunxi-livesuite-git
pkgname = sunxi-livesuite-git
pkgdesc = LiveSuit is a tool to flash Images to the NAND of Allwinner devices.
depends = sunxi-livesuite-dkms-git
+ depends = libpng12
pkgname = sunxi-livesuite-dkms-git
pkgdesc = DKMS module for Allwinner devices
@@ -26,4 +28,3 @@ pkgname = sunxi-livesuite-dkms-git
conflicts = sunxi-awusb-dkms
replaces = sunxi-livesuite-git-dkms
replaces = sunxi-awusb-dkms
-
diff --git a/PKGBUILD b/PKGBUILD
index 7882500a1d20..4f839f7e68d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgbase=sunxi-livesuite-git
pkgname=($pkgbase sunxi-livesuite-dkms-git)
pkgver=1a0b52a
-pkgrel=2
+pkgrel=4
arch=('x86_64' 'i686')
url="https://github.com/linux-sunxi/sunxi-livesuite"
license=('GPLv2')
-provides=()
+provides=('sunxi-livesuite-dkms')
conflicts=(${pkgbase} ${pkgbase%-git})
#replaces=(${pkgname})
makedepends=('git')
@@ -28,7 +28,7 @@ pkgver() {
package_sunxi-livesuite-git() {
pkgdesc="LiveSuit is a tool to flash Images to the NAND of Allwinner devices."
- depends=('sunxi-livesuite-dkms-git')
+ depends=('sunxi-livesuite-dkms-git' 'libpng12')
install -dm0755 "${pkgdir}/opt/sunxi/${pkgbase%-git}"
cp -r "${srcdir}/${pkgbase%-git}/x86" "${pkgdir}/opt/sunxi/${pkgbase%-git}"