Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@474045 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig authored and svntogit committed Apr 14, 2023
1 parent 9c1e683 commit d1bad31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgname=(
)
pkgver=0.0.4
_commit=6a57d964abdb3f24608c0fc2839d96e02eebddeb # refs/tags/v0.0.4
pkgrel=3
pkgrel=4
pkgdesc="A complex camera support library for Linux, Android, and ChromeOS"
arch=(x86_64)
url="https://libcamera.org/"
Expand Down Expand Up @@ -53,8 +53,12 @@ _pick() {

prepare() {
cd $pkgname

# add version, so that utils/gen-version.sh may rely on it
printf "%s\n" "$pkgver" > .tarball-version

# Fix exponential callback explosion
git cherry-pick -n a146e05125fdac75b8ffb6a818e00a446cec65dd
}

build() {
Expand Down

0 comments on commit d1bad31

Please sign in to comment.