summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntiCompositeNumber2022-11-27 16:09:15 -0500
committerAntiCompositeNumber2022-11-27 16:09:15 -0500
commit6c2cb6e0096b3abd351e611044e258e88d731165 (patch)
treee277523b00188e4b08531fa0c2543fef09ae7ba2
parent445790ea4af250efffc3813d25b23170d3da952a (diff)
downloadaur-6c2cb6e0096b3abd351e611044e258e88d731165.tar.gz
Add Arch build info to version.txt
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 608b52f3db1b..76d9f639b6fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,7 @@ prepare() {
patch --forward --strip=1 --input="../huggle-yaml.patch"
# Fix icon in huggle.desktop
patch --forward --strip=1 --input="../huggle-desktop.patch"
+ echo "+archlinux.${pkgrel}" >> src/huggle_core/version.txt
}
build() {