summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-12-27 23:11:47 +0800
committertaotieren2023-12-27 23:11:47 +0800
commitfa589a45bb90b1d2fa6a292f0ee2696d443132c0 (patch)
tree7f79bc67bfebfdbe222d4ee49c0954c546725f21
parente9ae89911364d5ca0fb2aa83103b872c7fd2b425 (diff)
downloadaur-fa589a45bb90b1d2fa6a292f0ee2696d443132c0.tar.gz
[lilac] updated to 1:r5.20140913.1a0b52a-5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3957f34f19ae..e9008ad1cc20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sunxi-livesuite-git
pkgver = r5.20140913.1a0b52a
- pkgrel = 2
+ pkgrel = 5
epoch = 1
url = https://github.com/linux-sunxi/sunxi-livesuite
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index edeabc0f944e..4851c70af8e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=sunxi-livesuite-git
pkgname=($pkgbase sunxi-livesuite-dkms-git)
epoch=1
pkgver=r5.20140913.1a0b52a
-pkgrel=2
+pkgrel=5
arch=('x86_64' 'i686')
url="https://github.com/linux-sunxi/sunxi-livesuite"
license=('GPLv2')
@@ -34,6 +34,11 @@ pkgver() {
fi
}
+prepare()
+{
+ git -C "${srcdir}/${pkgbase%-git}" clean -dfx
+}
+
package_sunxi-livesuite-git() {
pkgdesc="LiveSuit is a tool to flash Images to the NAND of Allwinner devices."
depends=('sunxi-livesuite-dkms-git' 'libpng12')