summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2024-02-25 21:12:57 +0100
committerredtide2024-02-25 21:12:57 +0100
commit8590a341cc427c958133f407500341b5b137cbad (patch)
tree590fa58b83afbc4e25f8591cad51743c92189aa9
parent50abbccdf43815f44e5d53f643e8e40e5a4b9b33 (diff)
downloadaur-8590a341cc427c958133f407500341b5b137cbad.tar.gz
Separated translations repository
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f14a2be0c38..e76239dd697a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colorpick-git
pkgdesc = Color picker and contrast checker
- pkgver = r90.8d0efbf
+ pkgver = 0.1.0.r0.g8d0efbf
pkgrel = 1
url = https://github.com/qtilities/colorpick
arch = x86_64
@@ -13,6 +13,8 @@ pkgbase = colorpick-git
provides = colorpick
conflicts = colorpick
source = colorpick::git+https://github.com/qtilities/colorpick.git
+ source = colorpick/resources::git+https://github.com/qtilities-i18n/colorpick
+ sha512sums = SKIP
sha512sums = SKIP
pkgname = colorpick-git
diff --git a/PKGBUILD b/PKGBUILD
index 03f997a40ac7..deccd047574e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=colorpick
pkgname=$_pkgname-git
-pkgver=r90.8d0efbf
+pkgver=0.1.0.r0.g8d0efbf
pkgrel=1
pkgdesc="Color picker and contrast checker"
url=https://github.com/qtilities/$_pkgname
@@ -19,9 +19,14 @@ makedepends=(
)
provides=($_pkgname)
conflicts=($_pkgname)
-source=($_pkgname::git+$url.git)
-sha512sums=('SKIP')
-
+source=(
+ $_pkgname::git+$url.git
+ $_pkgname/resources::git+https://github.com/qtilities-i18n/$_pkgname
+)
+sha512sums=(
+ 'SKIP'
+ 'SKIP'
+)
pkgver() {
cd "$srcdir/$_pkgname"
( set -o pipefail