summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao2019-07-24 07:25:35 +0800
committerNick Cao2019-07-24 07:25:35 +0800
commit14ad41a1dbfb46014a3ee4eecc10db1f1cfded26 (patch)
tree4d67a088537d76e871ef887367f326a88e70ec67
parentf369f29324e502a09c341d0b7192542773a31846 (diff)
downloadaur-14ad41a1dbfb46014a3ee4eecc10db1f1cfded26.tar.gz
fix upstream
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb353fd6850..c07660ce55ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = arch-prime-git
pkgdesc = Provide nvidia-prime like package for Archlinux
- pkgver = 0.3.r66.ge2d42f5
+ pkgver = 0.3.r67.g9158ce9
pkgrel = 1
- url = https://github.com/NickCao/ArchPrime
+ url = https://gitlab.com/NickCao/ArchPrime
arch = any
license = GPL3
makedepends = git
depends = bash
optdepends = bbswitch-dkms: for powering off the nvidia GPU
- source = git+https://github.com/NickCao/ArchPrime
+ source = git+https://gitlab.com/NickCao/ArchPrime
md5sums = SKIP
pkgname = arch-prime-git
diff --git a/.gitignore b/.gitignore
index 0571717f8932..f5f2800cf3e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
ArchPrime
*.log
*.tar.xz
+pkg
diff --git a/PKGBUILD b/PKGBUILD
index 1e73425d115f..c1457af72987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nick Cao <nickcao@nichi.co>
pkgname=arch-prime-git
-pkgver=0.3.r66.ge2d42f5
+pkgver=0.3.r67.g9158ce9
pkgver() {
cd ArchPrime
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
@@ -8,12 +8,12 @@ pkgver() {
pkgrel=1
pkgdesc='Provide nvidia-prime like package for Archlinux'
arch=('any')
-url='https://github.com/NickCao/ArchPrime'
+url='https://gitlab.com/NickCao/ArchPrime'
license=('GPL3')
depends=('bash')
makedepends=('git')
optdepends=('bbswitch-dkms: for powering off the nvidia GPU')
-source=('git+https://github.com/NickCao/ArchPrime')
+source=('git+https://gitlab.com/NickCao/ArchPrime')
md5sums=('SKIP')
package() {