summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorobject422024-05-05 23:48:36 +0200
committerobject422024-05-05 23:48:36 +0200
commit2be4c4ae2c03413a809846655cde21c7dcddb685 (patch)
tree8435c2d77b3b79bc4a0813a34b23fbbc71cb4315
parent118fce460212057ac6f54c2765ccdb7c69c1221f (diff)
downloadaur-2be4c4ae2c03413a809846655cde21c7dcddb685.tar.gz
- updated PKGBUILD to increase pkgrel version
- updated .SRCINFO and PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e32e6b693678..e41a9aebe8c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ente-server-git
pkgdesc = Self hosted server for Ente (mobile) clients
pkgver = r1.6041cd7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ente-io
arch = x86_64
license = AGPL-3.0-only
diff --git a/.gitignore b/.gitignore
index 77924045ec02..5bdaa1bc5688 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
LICENSE
pkg/
src/
+ente-server-git-*-x86_64.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 062f6a5b8daf..7b902fd7aafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=ente-server-git
_pkgname_alt=museum
_pkg_git_src=https://github.com/ente-io/ente.git
pkgver=r1.6041cd7
-pkgrel=1
+pkgrel=2
pkgdesc="Self hosted server for Ente (mobile) clients"
arch=(x86_64)
url="https://github.com/ente-io"
@@ -80,7 +80,7 @@ build() {
go build -o ../../build -v
cd -
done
- #go clean -modcache
+ go clean -modcache
}
package() {