summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkachelaqa2023-10-17 14:41:37 +0100
committerkachelaqa2023-10-17 14:41:37 +0100
commit2b85960f15c8cae9c3850e533ffc7cbe59353e3d (patch)
treed46d8dced5189c5e896590c394dcb95747b4ab73
parent290a48461c0cfa3a26004b97aa15785c1ee077de (diff)
downloadaur-2b85960f15c8cae9c3850e533ffc7cbe59353e3d.tar.gz
changed project hosting
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c04e5dfdc7a..80ff4588cfea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='pkgbrowser'
pkgver=0.28
-pkgrel=1
+pkgrel=2
pkgdesc='A utility for browsing pacman databases and the AUR'
arch=('x86_64')
-url="https://osdn.net/projects/$pkgname"
+url="https://codeberg.org/kachelaqa/$pkgname"
license=('GPL2')
depends=('pacman>=4.1' 'pacman<6.1' 'python>=3.2' 'python<3.12' 'python-pyqt5')
install="$pkgname.install"
-source=("https://osdn.net/dl/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://codeberg.org/kachelaqa/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('0d10a01c6cc64ba0057f38e528c5778b')
build() {