summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrainbob2022-08-16 22:35:09 +0200
committerrainbob2022-08-16 22:35:09 +0200
commitec07bba4f0791ff76b20027df287ee273741635f (patch)
treeea3dbad9e62513602e9b25333eed34dfc858940b
parenta970dc313e6ee8f1e96094c26c062f348d97a125 (diff)
downloadaur-bomi-git.tar.gz
Updated PKBUILD with fix provided by @mans0n
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3edc45936061..45dd79b63a6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -42,7 +42,7 @@ pkgbase = bomi-git
provides = bomi
conflicts = cmplayer
conflicts = bomi
- source = git+https://github.com/demokritos/bomi.git
+ source = git+https://github.com/mans0n/bomi.git
md5sums = SKIP
pkgname = bomi-git
diff --git a/PKGBUILD b/PKGBUILD
index c6638cf1cf27..13cfe938cf57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ optdepends=('libva-intel-driver: hardware acceleration support for Intel GPU'
'libbdplus: BD+ decryption for Blu-ray support')
provides=('bomi')
conflicts=('cmplayer' 'bomi')
-source=(git+https://github.com/demokritos/${_pkgbase}.git)
+source=(git+https://github.com/mans0n/${_pkgbase}.git)
md5sums=('SKIP')
#options=(debug !strip)
#options=(!buildflags)