Skip to content

Commit

Permalink
chore(update): art_standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
temeraire-cx committed Dec 11, 2024
1 parent 9e369ad commit 5b71ab1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/aur-state
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1733916643
1733923853
6 changes: 3 additions & 3 deletions art_standalone/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = art_standalone
pkgdesc = A standalone version of Dalvik with Art built in
pkgver = r175.4951d336
pkgver = r181.c4fba44a
pkgrel = 1
url = https://gitlab.com/android_translation_layer/art_standalone
arch = x86_64
Expand All @@ -27,8 +27,8 @@ pkgbase = art_standalone
depends = wolfssl-jni
depends = xz
depends = zlib
source = art_standalone-4951d336de83ce9e65fecf0781ff3582206fa55e.tar.gz::https://gitlab.com/android_translation_layer/art_standalone/-/archive/4951d336de83ce9e65fecf0781ff3582206fa55e/art_standalone-4951d336de83ce9e65fecf0781ff3582206fa55e.tar.gz
sha256sums = 40d32f3fb6c7f95a32fded17f12dc71610ef9c513d183319afb1678aa767006e
source = art_standalone-c4fba44a45e319b57801d81ef946ee953ff70b58.tar.gz::https://gitlab.com/android_translation_layer/art_standalone/-/archive/c4fba44a45e319b57801d81ef946ee953ff70b58/art_standalone-c4fba44a45e319b57801d81ef946ee953ff70b58.tar.gz
sha256sums = ba47e40fc72c66b1a709a8557a79cedb6ee531e77618fbfe385833ebb19930af

pkgname = art_standalone
depends = bash
Expand Down
6 changes: 3 additions & 3 deletions art_standalone/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Maintainer: txtsd <[email protected]>

pkgname=art_standalone
pkgver=r175.4951d336
pkgver=r181.c4fba44a
pkgrel=1
_commit=4951d336de83ce9e65fecf0781ff3582206fa55e
_commit=c4fba44a45e319b57801d81ef946ee953ff70b58
pkgdesc='A standalone version of Dalvik with Art built in'
url='https://gitlab.com/android_translation_layer/art_standalone'
arch=(x86_64 aarch64 armv7h)
Expand Down Expand Up @@ -33,7 +33,7 @@ makedepends=(
zip
)
source=("${pkgname}-${_commit}.tar.gz::${url}/-/archive/${_commit}/${pkgname}-${_commit}.tar.gz")
sha256sums=('40d32f3fb6c7f95a32fded17f12dc71610ef9c513d183319afb1678aa767006e')
sha256sums=('ba47e40fc72c66b1a709a8557a79cedb6ee531e77618fbfe385833ebb19930af')

build() {
cd "${pkgname}-${_commit}"
Expand Down

0 comments on commit 5b71ab1

Please sign in to comment.