summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-12-17 20:28:05 +0300
committerDaniel Bershatsky2023-12-17 20:28:09 +0300
commit25ffa763fa43e3f3e2596a131f9b7b5bae019f7b (patch)
tree81b215d59b6829e14163e03f8e0cb4d600c4e2c0
parent79207575a0778017bb080b28df9585361bd7cbda (diff)
downloadaur-25ffa763fa43e3f3e2596a131f9b7b5bae019f7b.tar.gz
Fix typo in URL attribute of metadata
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a2bca26efa8..838c4e0100bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-peft
pkgdesc = State-of-the-art Parameter-Efficient Fine-Tuning.
pkgver = 0.7.1
- pkgrel = 1
- url = https://github.com/hugginface/peft
+ pkgrel = 2
+ url = https://github.com/huggingface/peft
arch = any
groups = hugginface
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 42bc85dc6b05..509d16edaaf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-peft
_pkgname=${pkgname#python-}
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='State-of-the-art Parameter-Efficient Fine-Tuning.'
arch=('any')
-url='https://github.com/hugginface/peft'
+url='https://github.com/huggingface/peft'
license=('Apache')
groups=('hugginface')
depends=(