summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author7Ji2023-02-15 20:13:58 +0800
committer7Ji2023-02-15 20:13:58 +0800
commitce8a7931b52f309b0e1fc5a94f03a37f398d1885 (patch)
tree30d6efb35f1f9a9fbbfd5de836e9452b819ac09e /PKGBUILD
parent4340573e826b2ddc46842ded0df3192c0eb36016 (diff)
downloadaur-ce8a7931b52f309b0e1fc5a94f03a37f398d1885.tar.gz
fix source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36bd76518372..6b518775a3a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgname=(
"${pkgbase}-dtb-rockchip"
)
pkgver="${_pkgver_main}"
-pkgrel=1
+pkgrel=2
arch=('aarch64')
url="https://github.com/unifreq/${_flippy_repo}"
license=('GPL2')
@@ -26,7 +26,7 @@ makedepends=( # Since we don't build the doc, most of the makedeps for other lin
)
options=(!strip)
source=(
- "${_srcname}.tar.gz:::${url}/archive/${_flippy_commit}.tar.gz"
+ "${_srcname}.tar.gz::${url}/archive/${_flippy_commit}.tar.gz"
'config'
'linux.preset'
)